Html Css Color HEX #265BEF Royal Blue

📋 copy color: '#265BEF'

red 38 ◦ green 91 ◦ blue 239

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

Shades of Royal Blue #265BEF

Tints of Royal Blue #265BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.95%

R = 10.33%
G = 24.73%
B = 64.95%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#265BEF (or 0x265BEF) is known color: Royal Blue. HEX triplet: 26, 5B and EF. RGB value is (38,91,239). Sum of RGB (Red+Green+Blue) = 38+91+239=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #265BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265BEF is #D9A410. Grayscale: #5B5B5B. Windows color (decimal): -14263313 or 15686438. OLE color: 15686438.

HSL color Cylindrical-coordinate representation of color #265BEF: hue angle of 224.18º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265BEF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 38 91 239 -
CMYK 0.84 0.62 0 0.06
HSL 224.18º 0.86% 0.54% -
HSV(B) 224.18º 0.84% 0.94% -
XYZ 20.12 14.13 83.33 -
YUV 92.03 210.94 89.47 -
System Red Green Blue C M Y K H S L
Decimal 38 91 239 0.84 0.62 0 0.06 224.18 0.86 0.54
Hex 26 5B EF 54 3E 0 6 E0 56 36
Octal 46 133 357 124 76 0 6 340 126 66
Binary 100110 1011011 11101111 1010100 111110 0 110 11100000 1010110 110110

Color Harmonies of #265BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BEF

Black with #265BEF

Text Example


Text Example

White with #265BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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