Html Css Color HEX #266FFC Dodger Blue

📋 copy color: '#266FFC'

red 38 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #266FFC

Tints of Dodger Blue #266FFC

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 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

#266FFC (or 0x266FFC) is known color: 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

RGB 38 111 252 -
CMYK 0.85 0.56 0 0.01
HSL 219.53º 0.97% 0.57% -
HSV(B) 219.53º 0.85% 0.99% -
XYZ 24.05 18.81 94.46 -
YUV 105.25 210.82 80.04 -
System Red Green Blue C M Y K H S L
Decimal 38 111 252 0.85 0.56 0 0.01 219.53 0.97 0.57
Hex 26 6F FC 55 38 0 1 DC 61 39
Octal 46 157 374 125 70 0 1 334 141 71
Binary 100110 1101111 11111100 1010101 111000 0 1 11011100 1100001 111001

Color Harmonies of #266FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FFC

Black with #266FFC

Text Example


Text Example

White with #266FFC

Text Example


Text Example

HTML Codes & Css Web 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>