Html Css Color HEX #068CEA Dodger Blue

📋 copy color: '#068CEA'

red 6 ◦ green 140 ◦ blue 234

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

Shades of Dodger Blue #068CEA

Tints of Dodger Blue #068CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

 BLUE value IS 234 (91.8% from 255) = 61.58%

R = 1.58%
G = 36.84%
B = 61.58%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#068CEA (or 0x068CEA) is known color: Dodger Blue. HEX triplet: 06, 8C and EA. RGB value is (6,140,234). Sum of RGB (Red+Green+Blue) = 6+140+234=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #068CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068CEA is #F97315. Grayscale: #6E6E6E. Windows color (decimal): -16347926 or 15371270. OLE color: 15371270.

HSL color Cylindrical-coordinate representation of color #068CEA: hue angle of 204.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068CEA is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 140 234 -
CMYK 0.97 0.40 0 0.08
HSL 204.74º 0.95% 0.47% -
HSV(B) 204.74º 0.97% 0.92% -
XYZ 24.3 24.74 81.34 -
YUV 110.65 197.61 53.36 -
System Red Green Blue C M Y K H S L
Decimal 6 140 234 0.97 0.40 0 0.08 204.74 0.95 0.47
Hex 6 8C EA 61 28 0 8 CD 5F 2F
Octal 6 214 352 141 50 0 10 315 137 57
Binary 110 10001100 11101010 1100001 101000 0 1000 11001101 1011111 101111

Color Harmonies of #068CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CEA

Black with #068CEA

Text Example


Text Example

White with #068CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,140,234); }

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

background-color css

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

 a { background-color: rgb(6,140,234); }

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

border-color css

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

 span { border-color: rgb(6,140,234); }

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