Html Css Color HEX #265CE8 Royal Blue

📋 copy color: '#265CE8'

red 38 ◦ green 92 ◦ blue 232

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

Shades of Royal Blue #265CE8

Tints of Royal Blue #265CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 64.09%

R = 10.5%
G = 25.41%
B = 64.09%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#265CE8 (or 0x265CE8) is known color: Royal Blue. HEX triplet: 26, 5C and E8. RGB value is (38,92,232). Sum of RGB (Red+Green+Blue) = 38+92+232=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 232 (91.02% from 255 or 64.09% from 362); Max value from RGB is 232 - color contains mainly: blue. Hex color #265CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CE8 is #D9A317. Grayscale: #5B5B5B. Windows color (decimal): -14263064 or 15227942. OLE color: 15227942.

HSL color Cylindrical-coordinate representation of color #265CE8: hue angle of 223.3º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265CE8 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 38 92 232 -
CMYK 0.84 0.60 0 0.09
HSL 223.3º 0.81% 0.53% -
HSV(B) 223.3º 0.84% 0.91% -
XYZ 19.19 13.89 78.01 -
YUV 91.81 207.11 89.62 -
System Red Green Blue C M Y K H S L
Decimal 38 92 232 0.84 0.60 0 0.09 223.3 0.81 0.53
Hex 26 5C E8 54 3C 0 9 DF 51 35
Octal 46 134 350 124 74 0 11 337 121 65
Binary 100110 1011100 11101000 1010100 111100 0 1001 11011111 1010001 110101

Color Harmonies of #265CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CE8

Black with #265CE8

Text Example


Text Example

White with #265CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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