Html Css Color HEX #067CEA Dodger Blue

📋 copy color: '#067CEA'

red 6 ◦ green 124 ◦ blue 234

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

Shades of Dodger Blue #067CEA

Tints of Dodger Blue #067CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

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

R = 1.65%
G = 34.07%
B = 64.29%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#067CEA (or 0x067CEA) is known color: Dodger Blue. HEX triplet: 06, 7C and EA. RGB value is (6,124,234). Sum of RGB (Red+Green+Blue) = 6+124+234=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #067CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067CEA is #F98315. Grayscale: #646464. Windows color (decimal): -16352022 or 15367174. OLE color: 15367174.

HSL color Cylindrical-coordinate representation of color #067CEA: hue angle of 208.95º 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 #067CEA is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 124 234 -
CMYK 0.97 0.47 0 0.08
HSL 208.95º 0.95% 0.47% -
HSV(B) 208.95º 0.97% 0.92% -
XYZ 22.13 20.39 80.61 -
YUV 101.26 202.91 60.06 -
System Red Green Blue C M Y K H S L
Decimal 6 124 234 0.97 0.47 0 0.08 208.95 0.95 0.47
Hex 6 7C EA 61 2F 0 8 D1 5F 2F
Octal 6 174 352 141 57 0 10 321 137 57
Binary 110 1111100 11101010 1100001 101111 0 1000 11010001 1011111 101111

Color Harmonies of #067CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CEA

Black with #067CEA

Text Example


Text Example

White with #067CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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