Html Css Color HEX #066CFA Dodger Blue

📋 copy color: '#066CFA'

red 6 ◦ green 108 ◦ blue 250

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

Shades of Dodger Blue #066CFA

Tints of Dodger Blue #066CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 1.65%
G = 29.67%
B = 68.68%

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

#066CFA (or 0x066CFA) is known color: Dodger Blue. HEX triplet: 06, 6C and FA. RGB value is (6,108,250). Sum of RGB (Red+Green+Blue) = 6+108+250=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #066CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CFA is #F99305. Grayscale: #5D5D5D. Windows color (decimal): -16356102 or 16411654. OLE color: 16411654.

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

Color convert

RGB 6 108 250 -
CMYK 0.98 0.57 0 0.02
HSL 214.92º 0.96% 0.5% -
HSV(B) 214.92º 0.98% 0.98% -
XYZ 22.69 17.67 92.66 -
YUV 93.69 216.21 65.45 -
System Red Green Blue C M Y K H S L
Decimal 6 108 250 0.98 0.57 0 0.02 214.92 0.96 0.5
Hex 6 6C FA 62 39 0 2 D7 60 32
Octal 6 154 372 142 71 0 2 327 140 62
Binary 110 1101100 11111010 1100010 111001 0 10 11010111 1100000 110010

Color Harmonies of #066CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CFA

Black with #066CFA

Text Example


Text Example

White with #066CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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