Html Css Color HEX #066CFB Dodger Blue

📋 copy color: '#066CFB'

red 6 ◦ green 108 ◦ blue 251

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

Shades of Dodger Blue #066CFB

Tints of Dodger Blue #066CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.59%

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

R = 1.64%
G = 29.59%
B = 68.77%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#066CFB (or 0x066CFB) is known color: Dodger Blue. HEX triplet: 06, 6C and FB. RGB value is (6,108,251). Sum of RGB (Red+Green+Blue) = 6+108+251=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #066CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CFB is #F99304. Grayscale: #5D5D5D. Windows color (decimal): -16356101 or 16477190. OLE color: 16477190.

HSL color Cylindrical-coordinate representation of color #066CFB: hue angle of 215.02º 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 #066CFB is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 108 251 -
CMYK 0.98 0.57 0 0.02
HSL 215.02º 0.97% 0.5% -
HSV(B) 215.02º 0.98% 0.98% -
XYZ 22.85 17.73 93.48 -
YUV 93.8 216.71 65.37 -
System Red Green Blue C M Y K H S L
Decimal 6 108 251 0.98 0.57 0 0.02 215.02 0.97 0.5
Hex 6 6C FB 62 39 0 2 D7 61 32
Octal 6 154 373 142 71 0 2 327 141 62
Binary 110 1101100 11111011 1100010 111001 0 10 11010111 1100001 110010

Color Harmonies of #066CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CFB

Black with #066CFB

Text Example


Text Example

White with #066CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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