Html Css Color HEX #266CFE Dodger Blue

📋 copy color: '#266CFE'

red 38 ◦ green 108 ◦ blue 254

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

Shades of Dodger Blue #266CFE

Tints of Dodger Blue #266CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.5%

R = 9.5%
G = 27%
B = 63.5%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#266CFE (or 0x266CFE) is known color: Dodger Blue. HEX triplet: 26, 6C and FE. RGB value is (38,108,254). Sum of RGB (Red+Green+Blue) = 38+108+254=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #266CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266CFE is #D99301. Grayscale: #676767. Windows color (decimal): -14258946 or 16673830. OLE color: 16673830.

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

Color convert

RGB 38 108 254 -
CMYK 0.85 0.57 0 0.00
HSL 220.56º 0.99% 0.57% -
HSV(B) 220.56º 0.85% 1% -
XYZ 24.05 18.29 96.03 -
YUV 103.71 212.81 81.13 -
System Red Green Blue C M Y K H S L
Decimal 38 108 254 0.85 0.57 0 0.00 220.56 0.99 0.57
Hex 26 6C FE 55 39 0 0 DD 63 39
Octal 46 154 376 125 71 0 0 335 143 71
Binary 100110 1101100 11111110 1010101 111001 0 0 11011101 1100011 111001

Color Harmonies of #266CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266CFE

Black with #266CFE

Text Example


Text Example

White with #266CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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