Html Css Color HEX #066AFB Dodger Blue

📋 copy color: '#066AFB'

red 6 ◦ green 106 ◦ blue 251

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

Shades of Dodger Blue #066AFB

Tints of Dodger Blue #066AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 1.65%
G = 29.2%
B = 69.15%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#066AFB (or 0x066AFB) is known color: Dodger Blue. HEX triplet: 06, 6A and FB. RGB value is (6,106,251). Sum of RGB (Red+Green+Blue) = 6+106+251=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #066AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066AFB is #F99504. Grayscale: #5B5B5B. Windows color (decimal): -16356613 or 16476678. OLE color: 16476678.

HSL color Cylindrical-coordinate representation of color #066AFB: hue angle of 215.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066AFB is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 106 251 -
CMYK 0.98 0.58 0 0.02
HSL 215.51º 0.97% 0.5% -
HSV(B) 215.51º 0.98% 0.98% -
XYZ 22.64 17.31 93.41 -
YUV 92.63 217.37 66.21 -
System Red Green Blue C M Y K H S L
Decimal 6 106 251 0.98 0.58 0 0.02 215.51 0.97 0.5
Hex 6 6A FB 62 3A 0 2 D8 61 32
Octal 6 152 373 142 72 0 2 330 141 62
Binary 110 1101010 11111011 1100010 111010 0 10 11011000 1100001 110010

Color Harmonies of #066AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066AFB

Black with #066AFB

Text Example


Text Example

White with #066AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066AFB; }

 p { color: rgb(6,106,251); }

 H1.HeaderClassName
 {
   color: #066AFB;
 }
 .AnyTagClassName
 {
   color: #066AFB;
 }
</style>

background-color css

<style>
 a { background-color: #066AFB; }

 a { background-color: rgb(6,106,251); }

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

border-color css

<style>
 span { border-color: #066AFB; }

 span { border-color: rgb(6,106,251); }

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