Html Css Color HEX #265DE2 Royal Blue

📋 copy color: '#265DE2'

red 38 ◦ green 93 ◦ blue 226

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

Shades of Royal Blue #265DE2

Tints of Royal Blue #265DE2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

 BLUE value IS 226 (88.67% from 255) = 63.31%

R = 10.64%
G = 26.05%
B = 63.31%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#265DE2 (or 0x265DE2) is known color: Royal Blue. HEX triplet: 26, 5D and E2. RGB value is (38,93,226). Sum of RGB (Red+Green+Blue) = 38+93+226=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #265DE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DE2 is #D9A21D. Grayscale: #5B5B5B. Windows color (decimal): -14262814 or 14834982. OLE color: 14834982.

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

Color convert

RGB 38 93 226 -
CMYK 0.83 0.59 0 0.11
HSL 222.45º 0.76% 0.52% -
HSV(B) 222.45º 0.83% 0.89% -
XYZ 18.44 13.73 73.63 -
YUV 91.72 203.78 89.69 -
System Red Green Blue C M Y K H S L
Decimal 38 93 226 0.83 0.59 0 0.11 222.45 0.76 0.52
Hex 26 5D E2 53 3B 0 B DE 4C 34
Octal 46 135 342 123 73 0 13 336 114 64
Binary 100110 1011101 11100010 1010011 111011 0 1011 11011110 1001100 110100

Color Harmonies of #265DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DE2

Black with #265DE2

Text Example


Text Example

White with #265DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,226); }

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

background-color css

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

 a { background-color: rgb(38,93,226); }

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

border-color css

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

 span { border-color: rgb(38,93,226); }

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