Html Css Color HEX #265CE1 Royal Blue

📋 copy color: '#265CE1'

red 38 ◦ green 92 ◦ blue 225

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

Shades of Royal Blue #265CE1

Tints of Royal Blue #265CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.38%

R = 10.7%
G = 25.92%
B = 63.38%

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

#265CE1 (or 0x265CE1) is known color: Royal Blue. HEX triplet: 26, 5C and E1. RGB value is (38,92,225). Sum of RGB (Red+Green+Blue) = 38+92+225=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #265CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CE1 is #D9A31E. Grayscale: #5A5A5A. Windows color (decimal): -14263071 or 14769190. OLE color: 14769190.

HSL color Cylindrical-coordinate representation of color #265CE1: hue angle of 222.67º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265CE1 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 38 92 225 -
CMYK 0.83 0.59 0 0.12
HSL 222.67º 0.76% 0.52% -
HSV(B) 222.67º 0.83% 0.88% -
XYZ 18.22 13.5 72.88 -
YUV 91.02 203.61 90.19 -
System Red Green Blue C M Y K H S L
Decimal 38 92 225 0.83 0.59 0 0.12 222.67 0.76 0.52
Hex 26 5C E1 53 3B 0 C DF 4C 34
Octal 46 134 341 123 73 0 14 337 114 64
Binary 100110 1011100 11100001 1010011 111011 0 1100 11011111 1001100 110100

Color Harmonies of #265CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CE1

Black with #265CE1

Text Example


Text Example

White with #265CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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