Html Css Color HEX #068EDD Pacific Blue

📋 copy color: '#068EDD'

red 6 ◦ green 142 ◦ blue 221

#068EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #068EDD

Tints of Pacific Blue #068EDD

RGB

 RED value IS 6 (2.73% from 255) = 1.63%

 GREEN value IS 142 (55.86% from 255) = 38.48%

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 1.63%
G = 38.48%
B = 59.89%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#068EDD (or 0x068EDD) is known color: Pacific Blue. HEX triplet: 06, 8E and DD. RGB value is (6,142,221). Sum of RGB (Red+Green+Blue) = 6+142+221=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #068EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EDD is #F97122. Grayscale: #6D6D6D. Windows color (decimal): -16347427 or 14519814. OLE color: 14519814.

HSL color Cylindrical-coordinate representation of color #068EDD: hue angle of 202.05º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EDD is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 142 221 -
CMYK 0.97 0.36 0 0.13
HSL 202.05º 0.95% 0.45% -
HSV(B) 202.05º 0.97% 0.87% -
XYZ 22.8 24.61 71.95 -
YUV 110.34 190.44 53.58 -
System Red Green Blue C M Y K H S L
Decimal 6 142 221 0.97 0.36 0 0.13 202.05 0.95 0.45
Hex 6 8E DD 61 24 0 D CA 5F 2D
Octal 6 216 335 141 44 0 15 312 137 55
Binary 110 10001110 11011101 1100001 100100 0 1101 11001010 1011111 101101

Color Harmonies of #068EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068EDD

Black with #068EDD

Text Example


Text Example

White with #068EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068EDD; }

 p { color: rgb(6,142,221); }

 H1.HeaderClassName
 {
   color: #068EDD;
 }
 .AnyTagClassName
 {
   color: #068EDD;
 }
</style>

background-color css

<style>
 a { background-color: #068EDD; }

 a { background-color: rgb(6,142,221); }

 div.DivClassName
 {
   background-color: #068EDD;
 }
 .BgClassName
 {
   background-color: #068EDD;
 }
</style>

border-color css

<style>
 span { border-color: #068EDD; }

 span { border-color: rgb(6,142,221); }

 td.TdClassName
 {
   border-color: #068EDD;
 }
 .TagClassName
 {
   border-color: #068EDD;
 }
</style>