Html Css Color HEX #265CE0 Royal Blue

📋 copy color: '#265CE0'

red 38 ◦ green 92 ◦ blue 224

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

Shades of Royal Blue #265CE0

Tints of Royal Blue #265CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

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

R = 10.73%
G = 25.99%
B = 63.28%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#265CE0 (or 0x265CE0) is known color: Royal Blue. HEX triplet: 26, 5C and E0. RGB value is (38,92,224). Sum of RGB (Red+Green+Blue) = 38+92+224=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #265CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CE0 is #D9A31F. Grayscale: #5A5A5A. Windows color (decimal): -14263072 or 14703654. OLE color: 14703654.

HSL color Cylindrical-coordinate representation of color #265CE0: hue angle of 222.58º 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 #265CE0 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 38 92 224 -
CMYK 0.83 0.59 0 0.12
HSL 222.58º 0.75% 0.51% -
HSV(B) 222.58º 0.83% 0.88% -
XYZ 18.08 13.45 72.16 -
YUV 90.9 203.11 90.27 -
System Red Green Blue C M Y K H S L
Decimal 38 92 224 0.83 0.59 0 0.12 222.58 0.75 0.51
Hex 26 5C E0 53 3B 0 C DF 4B 33
Octal 46 134 340 123 73 0 14 337 113 63
Binary 100110 1011100 11100000 1010011 111011 0 1100 11011111 1001011 110011

Color Harmonies of #265CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CE0

Black with #265CE0

Text Example


Text Example

White with #265CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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