Html Css Color HEX #265BDE Royal Blue

📋 copy color: '#265BDE'

red 38 ◦ green 91 ◦ blue 222

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

Shades of Royal Blue #265BDE

Tints of Royal Blue #265BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

 BLUE value IS 222 (87.11% from 255) = 63.25%

R = 10.83%
G = 25.93%
B = 63.25%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#265BDE (or 0x265BDE) is known color: Royal Blue. HEX triplet: 26, 5B and DE. RGB value is (38,91,222). Sum of RGB (Red+Green+Blue) = 38+91+222=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #265BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BDE is #D9A421. Grayscale: #595959. Windows color (decimal): -14263330 or 14572326. OLE color: 14572326.

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

Color convert

RGB 38 91 222 -
CMYK 0.83 0.59 0 0.13
HSL 222.72º 0.74% 0.51% -
HSV(B) 222.72º 0.83% 0.87% -
XYZ 17.73 13.17 70.71 -
YUV 90.09 202.44 90.85 -
System Red Green Blue C M Y K H S L
Decimal 38 91 222 0.83 0.59 0 0.13 222.72 0.74 0.51
Hex 26 5B DE 53 3B 0 D DF 4A 33
Octal 46 133 336 123 73 0 15 337 112 63
Binary 100110 1011011 11011110 1010011 111011 0 1101 11011111 1001010 110011

Color Harmonies of #265BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BDE

Black with #265BDE

Text Example


Text Example

White with #265BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,91,222); }

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

background-color css

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

 a { background-color: rgb(38,91,222); }

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

border-color css

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

 span { border-color: rgb(38,91,222); }

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