Html Css Color HEX #266CDC Royal Blue

📋 copy color: '#266CDC'

red 38 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #266CDC

Tints of Royal Blue #266CDC

RGB

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

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

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

R = 10.38%
G = 29.51%
B = 60.11%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#266CDC (or 0x266CDC) is known color: Royal Blue. HEX triplet: 26, 6C and DC. RGB value is (38,108,220). Sum of RGB (Red+Green+Blue) = 38+108+220=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #266CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CDC is #D99323. Grayscale: #636363. Windows color (decimal): -14258980 or 14445606. OLE color: 14445606.

HSL color Cylindrical-coordinate representation of color #266CDC: hue angle of 216.92º 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 #266CDC is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 108 220 -
CMYK 0.83 0.51 0 0.14
HSL 216.92º 0.72% 0.51% -
HSV(B) 216.92º 0.83% 0.86% -
XYZ 19.08 16.3 69.85 -
YUV 99.84 195.81 83.89 -
System Red Green Blue C M Y K H S L
Decimal 38 108 220 0.83 0.51 0 0.14 216.92 0.72 0.51
Hex 26 6C DC 53 33 0 E D9 48 33
Octal 46 154 334 123 63 0 16 331 110 63
Binary 100110 1101100 11011100 1010011 110011 0 1110 11011001 1001000 110011

Color Harmonies of #266CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266CDC

Black with #266CDC

Text Example


Text Example

White with #266CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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