Html Css Color HEX #0266FF Dodger Blue

📋 copy color: '#0266FF'

red 2 ◦ green 102 ◦ blue 255

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

Shades of Dodger Blue #0266FF

Tints of Dodger Blue #0266FF

RGB

 RED value IS 2 (1.17% from 255) = 0.56%

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 255 (100% from 255) = 71.03%

R = 0.56%
G = 28.41%
B = 71.03%

CMYK

 C value IS 0.99

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0266FF (or 0x0266FF) is known color: Dodger Blue. HEX triplet: 02, 66 and FF. RGB value is (2,102,255). Sum of RGB (Red+Green+Blue) = 2+102+255=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #0266FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0266FF is #FD9900. Grayscale: #585858. Windows color (decimal): -16619777 or 16737794. OLE color: 16737794.

HSL color Cylindrical-coordinate representation of color #0266FF: hue angle of 216.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266FF is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 102 255 -
CMYK 0.99 0.6 0 0
HSL 216.28º 1% 0.5% -
HSV(B) 216.28º 0.99% 1% -
XYZ 22.83 16.74 96.63 -
YUV 89.54 221.37 65.56 -
System Red Green Blue C M Y K H S L
Decimal 2 102 255 0.99 0.6 0 0 216.28 1 0.5
Hex 2 66 FF 63 3C 0 0 D8 64 32
Octal 2 146 377 143 74 0 0 330 144 62
Binary 10 1100110 11111111 1100011 111100 0 0 11011000 1100100 110010

Color Harmonies of #0266FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266FF

Black with #0266FF

Text Example


Text Example

White with #0266FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0266FF; }

 p { color: rgb(2,102,255); }

 H1.HeaderClassName
 {
   color: #0266FF;
 }
 .AnyTagClassName
 {
   color: #0266FF;
 }
</style>

background-color css

<style>
 a { background-color: #0266FF; }

 a { background-color: rgb(2,102,255); }

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

border-color css

<style>
 span { border-color: #0266FF; }

 span { border-color: rgb(2,102,255); }

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