Html Css Color HEX #067BED Dodger Blue

📋 copy color: '#067BED'

red 6 ◦ green 123 ◦ blue 237

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

Shades of Dodger Blue #067BED

Tints of Dodger Blue #067BED

RGB

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

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

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

R = 1.64%
G = 33.61%
B = 64.75%

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

#067BED (or 0x067BED) is known color: Dodger Blue. HEX triplet: 06, 7B and ED. RGB value is (6,123,237). Sum of RGB (Red+Green+Blue) = 6+123+237=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #067BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067BED is #F98412. Grayscale: #646464. Windows color (decimal): -16352275 or 15563526. OLE color: 15563526.

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

Color convert

RGB 6 123 237 -
CMYK 0.97 0.48 0 0.07
HSL 209.61º 0.95% 0.48% -
HSV(B) 209.61º 0.97% 0.93% -
XYZ 22.44 20.32 82.86 -
YUV 101.01 204.74 60.23 -
System Red Green Blue C M Y K H S L
Decimal 6 123 237 0.97 0.48 0 0.07 209.61 0.95 0.48
Hex 6 7B ED 61 30 0 7 D2 5F 30
Octal 6 173 355 141 60 0 7 322 137 60
Binary 110 1111011 11101101 1100001 110000 0 111 11010010 1011111 110000

Color Harmonies of #067BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067BED

Black with #067BED

Text Example


Text Example

White with #067BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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