#266FFC

Color #266FFC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #266FFC

Tints of Dodger Blue #266FFC

Color information

#266FFC (or 0x266FFC) is unknown color: approx Dodger Blue. HEX triplet: 26, 6F and FC. RGB value is (38,111,252). Sum of RGB (Red+Green+Blue) = 38+111+252=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #266FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266FFC is #D99003. Grayscale: #686868. Windows color (decimal): -14258180 or 16543526. OLE color: 16543526.

HSL color Cylindrical-coordinate representation of color #266FFC: hue angle of 219.53º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266FFC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB38111252-
CMYK0.850.5600.01
HSL219.53º97.27%56.86%-
HSV(B)219.53º84.92%98.82%-
XYZ24.0518.8194.46-
YUV105.25210.8280.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.48%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 252 (98.83% from 255) = 62.84%
R=9.48%
G=27.68%
B=62.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal381112520.850.5600.01219.5397.2756.86
Hex266FFC553801dc6139
Octal46157374125700133414171
Binary100110110111111111100101010111100001110111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266FFC; }

 p { color: rgb(38,111,252); }

 H1.HeaderClassName
 {
   color: #266FFC;
 }
 .AnyTagClassName
 {
   color: #266FFC;
 }
</style>
background-color css

<style>
 a { background-color: #266FFC; }

 a { background-color: rgb(38,111,252); }

 div.DivClassName
 {
   background-color: #266FFC;
 }
 .BgClassName
 {
   background-color: #266FFC;
 }
</style>
border-color css

<style>
 span { border-color: #266FFC; }

 span { border-color: rgb(38,111,252); }

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