Html Css Color HEX #2465EF Royal Blue

📋 copy color: '#2465EF'

red 36 ◦ green 101 ◦ blue 239

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

Shades of Royal Blue #2465EF

Tints of Royal Blue #2465EF

RGB

 RED value IS 36 (14.45% from 255) = 9.57%

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 9.57%
G = 26.86%
B = 63.56%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2465EF (or 0x2465EF) is known color: Royal Blue. HEX triplet: 24, 65 and EF. RGB value is (36,101,239). Sum of RGB (Red+Green+Blue) = 36+101+239=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #2465EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2465EF is #DB9A10. Grayscale: #606060. Windows color (decimal): -14391825 or 15688996. OLE color: 15688996.

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

Color convert

RGB 36 101 239 -
CMYK 0.85 0.58 0 0.06
HSL 220.79º 0.86% 0.54% -
HSV(B) 220.79º 0.85% 0.94% -
XYZ 20.96 15.91 83.63 -
YUV 97.3 207.97 84.28 -
System Red Green Blue C M Y K H S L
Decimal 36 101 239 0.85 0.58 0 0.06 220.79 0.86 0.54
Hex 24 65 EF 55 3A 0 6 DD 56 36
Octal 44 145 357 125 72 0 6 335 126 66
Binary 100100 1100101 11101111 1010101 111010 0 110 11011101 1010110 110110

Color Harmonies of #2465EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2465EF

Black with #2465EF

Text Example


Text Example

White with #2465EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2465EF; }

 p { color: rgb(36,101,239); }

 H1.HeaderClassName
 {
   color: #2465EF;
 }
 .AnyTagClassName
 {
   color: #2465EF;
 }
</style>

background-color css

<style>
 a { background-color: #2465EF; }

 a { background-color: rgb(36,101,239); }

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

border-color css

<style>
 span { border-color: #2465EF; }

 span { border-color: rgb(36,101,239); }

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