Html Css Color HEX #067FED Dodger Blue

📋 copy color: '#067FED'

red 6 ◦ green 127 ◦ blue 237

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

Shades of Dodger Blue #067FED

Tints of Dodger Blue #067FED

RGB

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

 GREEN value IS 127 (50% from 255) = 34.32%

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

R = 1.62%
G = 34.32%
B = 64.05%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#067FED (or 0x067FED) is known color: Dodger Blue. HEX triplet: 06, 7F and ED. RGB value is (6,127,237). Sum of RGB (Red+Green+Blue) = 6+127+237=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #067FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067FED is #F98012. Grayscale: #666666. Windows color (decimal): -16351251 or 15564550. OLE color: 15564550.

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

Color convert

RGB 6 127 237 -
CMYK 0.97 0.46 0 0.07
HSL 208.57º 0.95% 0.48% -
HSV(B) 208.57º 0.97% 0.93% -
XYZ 22.95 21.33 83.03 -
YUV 103.36 203.41 58.56 -
System Red Green Blue C M Y K H S L
Decimal 6 127 237 0.97 0.46 0 0.07 208.57 0.95 0.48
Hex 6 7F ED 61 2E 0 7 D1 5F 30
Octal 6 177 355 141 56 0 7 321 137 60
Binary 110 1111111 11101101 1100001 101110 0 111 11010001 1011111 110000

Color Harmonies of #067FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FED

Black with #067FED

Text Example


Text Example

White with #067FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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