Html Css Color HEX #2465F8 Royal Blue

📋 copy color: '#2465F8'

red 36 ◦ green 101 ◦ blue 248

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

Shades of Royal Blue #2465F8

Tints of Royal Blue #2465F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 64.42%

R = 9.35%
G = 26.23%
B = 64.42%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2465F8 (or 0x2465F8) is known color: Royal Blue. HEX triplet: 24, 65 and F8. RGB value is (36,101,248). Sum of RGB (Red+Green+Blue) = 36+101+248=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 248 (97.27% from 255 or 64.42% from 385); Max value from RGB is 248 - color contains mainly: blue. Hex color #2465F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2465F8 is #DB9A07. Grayscale: #616161. Windows color (decimal): -14391816 or 16278820. OLE color: 16278820.

HSL color Cylindrical-coordinate representation of color #2465F8: hue angle of 221.6º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2465F8 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 36 101 248 -
CMYK 0.85 0.59 0 0.03
HSL 221.6º 0.94% 0.56% -
HSV(B) 221.6º 0.85% 0.97% -
XYZ 22.32 16.46 90.81 -
YUV 98.32 212.47 83.55 -
System Red Green Blue C M Y K H S L
Decimal 36 101 248 0.85 0.59 0 0.03 221.6 0.94 0.56
Hex 24 65 F8 55 3B 0 3 DE 5E 38
Octal 44 145 370 125 73 0 3 336 136 70
Binary 100100 1100101 11111000 1010101 111011 0 11 11011110 1011110 111000

Color Harmonies of #2465F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2465F8

Black with #2465F8

Text Example


Text Example

White with #2465F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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