Html Css Color HEX #266CFF Dodger Blue

📋 copy color: '#266CFF'

red 38 ◦ green 108 ◦ blue 255

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

Shades of Dodger Blue #266CFF

Tints of Dodger Blue #266CFF

RGB

 RED value IS 38 (15.23% from 255) = 9.48%

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

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

R = 9.48%
G = 26.93%
B = 63.59%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#266CFF (or 0x266CFF) is known color: Dodger Blue. HEX triplet: 26, 6C and FF. RGB value is (38,108,255). Sum of RGB (Red+Green+Blue) = 38+108+255=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #266CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266CFF is #D99300. Grayscale: #676767. Windows color (decimal): -14258945 or 16739366. OLE color: 16739366.

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

Color convert

RGB 38 108 255 -
CMYK 0.85 0.58 0 0
HSL 220.65º 1% 0.57% -
HSV(B) 220.65º 0.85% 1% -
XYZ 24.21 18.36 96.87 -
YUV 103.83 213.31 81.05 -
System Red Green Blue C M Y K H S L
Decimal 38 108 255 0.85 0.58 0 0 220.65 1 0.57
Hex 26 6C FF 55 3A 0 0 DD 64 39
Octal 46 154 377 125 72 0 0 335 144 71
Binary 100110 1101100 11111111 1010101 111010 0 0 11011101 1100100 111001

Color Harmonies of #266CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266CFF

Black with #266CFF

Text Example


Text Example

White with #266CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,108,255); }

 H1.HeaderClassName
 {
   color: #266CFF;
 }
 .AnyTagClassName
 {
   color: #266CFF;
 }
</style>

background-color css

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

 a { background-color: rgb(38,108,255); }

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

border-color css

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

 span { border-color: rgb(38,108,255); }

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