Html Css Color HEX #067BFD Dodger Blue

📋 copy color: '#067BFD'

red 6 ◦ green 123 ◦ blue 253

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

Shades of Dodger Blue #067BFD

Tints of Dodger Blue #067BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 1.57%
G = 32.2%
B = 66.23%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#067BFD (or 0x067BFD) is known color: Dodger Blue. HEX triplet: 06, 7B and FD. RGB value is (6,123,253). Sum of RGB (Red+Green+Blue) = 6+123+253=382 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #067BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067BFD is #F98402. Grayscale: #666666. Windows color (decimal): -16352259 or 16612102. OLE color: 16612102.

HSL color Cylindrical-coordinate representation of color #067BFD: hue angle of 211.58º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067BFD is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 123 253 -
CMYK 0.98 0.51 0 0.01
HSL 211.58º 0.98% 0.51% -
HSV(B) 211.58º 0.98% 0.99% -
XYZ 24.89 21.3 95.73 -
YUV 102.84 212.74 58.93 -
System Red Green Blue C M Y K H S L
Decimal 6 123 253 0.98 0.51 0 0.01 211.58 0.98 0.51
Hex 6 7B FD 62 33 0 1 D4 62 33
Octal 6 173 375 142 63 0 1 324 142 63
Binary 110 1111011 11111101 1100010 110011 0 1 11010100 1100010 110011

Color Harmonies of #067BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067BFD

Black with #067BFD

Text Example


Text Example

White with #067BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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