Html Css Color HEX #266FFB Dodger Blue

📋 copy color: '#266FFB'

red 38 ◦ green 111 ◦ blue 251

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

Shades of Dodger Blue #266FFB

Tints of Dodger Blue #266FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 9.5%
G = 27.75%
B = 62.75%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#266FFB (or 0x266FFB) is known color: Dodger Blue. HEX triplet: 26, 6F and FB. RGB value is (38,111,251). Sum of RGB (Red+Green+Blue) = 38+111+251=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #266FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266FFB is #D99004. Grayscale: #686868. Windows color (decimal): -14258181 or 16477990. OLE color: 16477990.

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

Color convert

RGB 38 111 251 -
CMYK 0.85 0.56 0 0.02
HSL 219.44º 0.96% 0.57% -
HSV(B) 219.44º 0.85% 0.98% -
XYZ 23.9 18.75 93.63 -
YUV 105.13 210.32 80.12 -
System Red Green Blue C M Y K H S L
Decimal 38 111 251 0.85 0.56 0 0.02 219.44 0.96 0.57
Hex 26 6F FB 55 38 0 2 DB 60 39
Octal 46 157 373 125 70 0 2 333 140 71
Binary 100110 1101111 11111011 1010101 111000 0 10 11011011 1100000 111001

Color Harmonies of #266FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FFB

Black with #266FFB

Text Example


Text Example

White with #266FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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