Html Css Color HEX #266EFC Dodger Blue

📋 copy color: '#266EFC'

red 38 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #266EFC

Tints of Dodger Blue #266EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.5%

 BLUE value IS 252 (98.83% from 255) = 63%

R = 9.5%
G = 27.5%
B = 63%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#266EFC (or 0x266EFC) is known color: Dodger Blue. HEX triplet: 26, 6E and FC. RGB value is (38,110,252). Sum of RGB (Red+Green+Blue) = 38+110+252=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #266EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266EFC is #D99103. Grayscale: #686868. Windows color (decimal): -14258436 or 16543270. OLE color: 16543270.

HSL color Cylindrical-coordinate representation of color #266EFC: hue angle of 219.81º 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 #266EFC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 38 110 252 -
CMYK 0.85 0.56 0 0.01
HSL 219.81º 0.97% 0.57% -
HSV(B) 219.81º 0.85% 0.99% -
XYZ 23.95 18.59 94.42 -
YUV 104.66 211.15 80.45 -
System Red Green Blue C M Y K H S L
Decimal 38 110 252 0.85 0.56 0 0.01 219.81 0.97 0.57
Hex 26 6E FC 55 38 0 1 DC 61 39
Octal 46 156 374 125 70 0 1 334 141 71
Binary 100110 1101110 11111100 1010101 111000 0 1 11011100 1100001 111001

Color Harmonies of #266EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266EFC

Black with #266EFC

Text Example


Text Example

White with #266EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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