Html Css Color HEX #266FDD Royal Blue

📋 copy color: '#266FDD'

red 38 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #266FDD

Tints of Royal Blue #266FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 10.27%
G = 30%
B = 59.73%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#266FDD (or 0x266FDD) is known color: Royal Blue. HEX triplet: 26, 6F and DD. RGB value is (38,111,221). Sum of RGB (Red+Green+Blue) = 38+111+221=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #266FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FDD is #D99022. Grayscale: #656565. Windows color (decimal): -14258211 or 14511910. OLE color: 14511910.

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

Color convert

RGB 38 111 221 -
CMYK 0.83 0.50 0 0.13
HSL 216.07º 0.73% 0.51% -
HSV(B) 216.07º 0.83% 0.87% -
XYZ 19.53 17 70.66 -
YUV 101.71 195.32 82.56 -
System Red Green Blue C M Y K H S L
Decimal 38 111 221 0.83 0.50 0 0.13 216.07 0.73 0.51
Hex 26 6F DD 53 32 0 D D8 49 33
Octal 46 157 335 123 62 0 15 330 111 63
Binary 100110 1101111 11011101 1010011 110010 0 1101 11011000 1001001 110011

Color Harmonies of #266FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FDD

Black with #266FDD

Text Example


Text Example

White with #266FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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