Html Css Color HEX #067CED Dodger Blue

📋 copy color: '#067CED'

red 6 ◦ green 124 ◦ blue 237

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

Shades of Dodger Blue #067CED

Tints of Dodger Blue #067CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.58%

R = 1.63%
G = 33.79%
B = 64.58%

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

#067CED (or 0x067CED) is known color: Dodger Blue. HEX triplet: 06, 7C and ED. RGB value is (6,124,237). Sum of RGB (Red+Green+Blue) = 6+124+237=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #067CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067CED is #F98312. Grayscale: #656565. Windows color (decimal): -16352019 or 15563782. OLE color: 15563782.

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

Color convert

RGB 6 124 237 -
CMYK 0.97 0.48 0 0.07
HSL 209.35º 0.95% 0.48% -
HSV(B) 209.35º 0.97% 0.93% -
XYZ 22.57 20.57 82.9 -
YUV 101.6 204.41 59.81 -
System Red Green Blue C M Y K H S L
Decimal 6 124 237 0.97 0.48 0 0.07 209.35 0.95 0.48
Hex 6 7C ED 61 30 0 7 D1 5F 30
Octal 6 174 355 141 60 0 7 321 137 60
Binary 110 1111100 11101101 1100001 110000 0 111 11010001 1011111 110000

Color Harmonies of #067CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CED

Black with #067CED

Text Example


Text Example

White with #067CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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