Html Css Color HEX #267CE0 Royal Blue

📋 copy color: '#267CE0'

red 38 ◦ green 124 ◦ blue 224

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

Shades of Royal Blue #267CE0

Tints of Royal Blue #267CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

 BLUE value IS 224 (87.89% from 255) = 58.03%

R = 9.84%
G = 32.12%
B = 58.03%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#267CE0 (or 0x267CE0) is known color: Royal Blue. HEX triplet: 26, 7C and E0. RGB value is (38,124,224). Sum of RGB (Red+Green+Blue) = 38+124+224=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #267CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CE0 is #D9831F. Grayscale: #6D6D6D. Windows color (decimal): -14254880 or 14711846. OLE color: 14711846.

HSL color Cylindrical-coordinate representation of color #267CE0: hue angle of 212.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #267CE0 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 38 124 224 -
CMYK 0.83 0.45 0 0.12
HSL 212.26º 0.75% 0.51% -
HSV(B) 212.26º 0.83% 0.88% -
XYZ 21.46 20.21 73.29 -
YUV 109.69 192.51 76.87 -
System Red Green Blue C M Y K H S L
Decimal 38 124 224 0.83 0.45 0 0.12 212.26 0.75 0.51
Hex 26 7C E0 53 2D 0 C D4 4B 33
Octal 46 174 340 123 55 0 14 324 113 63
Binary 100110 1111100 11100000 1010011 101101 0 1100 11010100 1001011 110011

Color Harmonies of #267CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267CE0

Black with #267CE0

Text Example


Text Example

White with #267CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267CE0; }

 p { color: rgb(38,124,224); }

 H1.HeaderClassName
 {
   color: #267CE0;
 }
 .AnyTagClassName
 {
   color: #267CE0;
 }
</style>

background-color css

<style>
 a { background-color: #267CE0; }

 a { background-color: rgb(38,124,224); }

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

border-color css

<style>
 span { border-color: #267CE0; }

 span { border-color: rgb(38,124,224); }

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