Html Css Color HEX #265FE1 Royal Blue

📋 copy color: '#265FE1'

red 38 ◦ green 95 ◦ blue 225

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

Shades of Royal Blue #265FE1

Tints of Royal Blue #265FE1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

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

R = 10.61%
G = 26.54%
B = 62.85%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#265FE1 (or 0x265FE1) is known color: Royal Blue. HEX triplet: 26, 5F and E1. RGB value is (38,95,225). Sum of RGB (Red+Green+Blue) = 38+95+225=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 225 (88.28% from 255 or 62.85% from 358); Max value from RGB is 225 - color contains mainly: blue. Hex color #265FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FE1 is #D9A01E. Grayscale: #5C5C5C. Windows color (decimal): -14262303 or 14769958. OLE color: 14769958.

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

Color convert

RGB 38 95 225 -
CMYK 0.83 0.58 0 0.12
HSL 221.71º 0.76% 0.52% -
HSV(B) 221.71º 0.83% 0.88% -
XYZ 18.48 14.03 72.97 -
YUV 92.78 202.62 88.93 -
System Red Green Blue C M Y K H S L
Decimal 38 95 225 0.83 0.58 0 0.12 221.71 0.76 0.52
Hex 26 5F E1 53 3A 0 C DE 4C 34
Octal 46 137 341 123 72 0 14 336 114 64
Binary 100110 1011111 11100001 1010011 111010 0 1100 11011110 1001100 110100

Color Harmonies of #265FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FE1

Black with #265FE1

Text Example


Text Example

White with #265FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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