Html Css Color HEX #265DEE Royal Blue

📋 copy color: '#265DEE'

red 38 ◦ green 93 ◦ blue 238

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

Shades of Royal Blue #265DEE

Tints of Royal Blue #265DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 10.3%
G = 25.2%
B = 64.5%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#265DEE (or 0x265DEE) is known color: Royal Blue. HEX triplet: 26, 5D and EE. RGB value is (38,93,238). Sum of RGB (Red+Green+Blue) = 38+93+238=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #265DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265DEE is #D9A211. Grayscale: #5C5C5C. Windows color (decimal): -14262802 or 15621414. OLE color: 15621414.

HSL color Cylindrical-coordinate representation of color #265DEE: hue angle of 223.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265DEE is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 93 238 -
CMYK 0.84 0.61 0 0.07
HSL 223.5º 0.85% 0.54% -
HSV(B) 223.5º 0.84% 0.93% -
XYZ 20.15 14.41 82.61 -
YUV 93.09 209.78 88.71 -
System Red Green Blue C M Y K H S L
Decimal 38 93 238 0.84 0.61 0 0.07 223.5 0.85 0.54
Hex 26 5D EE 54 3D 0 7 E0 55 36
Octal 46 135 356 124 75 0 7 340 125 66
Binary 100110 1011101 11101110 1010100 111101 0 111 11100000 1010101 110110

Color Harmonies of #265DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DEE

Black with #265DEE

Text Example


Text Example

White with #265DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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