Html Css Color HEX #067BEC Dodger Blue

📋 copy color: '#067BEC'

red 6 ◦ green 123 ◦ blue 236

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

Shades of Dodger Blue #067BEC

Tints of Dodger Blue #067BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 1.64%
G = 33.7%
B = 64.66%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#067BEC (or 0x067BEC) is known color: Dodger Blue. HEX triplet: 06, 7B and EC. RGB value is (6,123,236). Sum of RGB (Red+Green+Blue) = 6+123+236=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #067BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067BEC is #F98413. Grayscale: #646464. Windows color (decimal): -16352276 or 15497990. OLE color: 15497990.

HSL color Cylindrical-coordinate representation of color #067BEC: hue angle of 209.48º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BEC is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 123 236 -
CMYK 0.97 0.48 0 0.07
HSL 209.48º 0.95% 0.47% -
HSV(B) 209.48º 0.97% 0.93% -
XYZ 22.3 20.26 82.09 -
YUV 100.9 204.24 60.31 -
System Red Green Blue C M Y K H S L
Decimal 6 123 236 0.97 0.48 0 0.07 209.48 0.95 0.47
Hex 6 7B EC 61 30 0 7 D1 5F 2F
Octal 6 173 354 141 60 0 7 321 137 57
Binary 110 1111011 11101100 1100001 110000 0 111 11010001 1011111 101111

Color Harmonies of #067BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067BEC

Black with #067BEC

Text Example


Text Example

White with #067BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,123,236); }

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

background-color css

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

 a { background-color: rgb(6,123,236); }

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

border-color css

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

 span { border-color: rgb(6,123,236); }

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