Html Css Color HEX #266FDC Royal Blue

📋 copy color: '#266FDC'

red 38 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #266FDC

Tints of Royal Blue #266FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 10.3%
G = 30.08%
B = 59.62%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#266FDC (or 0x266FDC) is known color: Royal Blue. HEX triplet: 26, 6F and DC. RGB value is (38,111,220). Sum of RGB (Red+Green+Blue) = 38+111+220=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #266FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FDC is #D99023. Grayscale: #656565. Windows color (decimal): -14258212 or 14446374. OLE color: 14446374.

HSL color Cylindrical-coordinate representation of color #266FDC: hue angle of 215.93º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266FDC is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 111 220 -
CMYK 0.83 0.50 0 0.14
HSL 215.93º 0.72% 0.51% -
HSV(B) 215.93º 0.83% 0.86% -
XYZ 19.4 16.95 69.96 -
YUV 101.6 194.82 82.64 -
System Red Green Blue C M Y K H S L
Decimal 38 111 220 0.83 0.50 0 0.14 215.93 0.72 0.51
Hex 26 6F DC 53 32 0 E D8 48 33
Octal 46 157 334 123 62 0 16 330 110 63
Binary 100110 1101111 11011100 1010011 110010 0 1110 11011000 1001000 110011

Color Harmonies of #266FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FDC

Black with #266FDC

Text Example


Text Example

White with #266FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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