Html Css Color HEX #2465F9 Royal Blue

📋 copy color: '#2465F9'

red 36 ◦ green 101 ◦ blue 249

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

Shades of Royal Blue #2465F9

Tints of Royal Blue #2465F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 64.51%

R = 9.33%
G = 26.17%
B = 64.51%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2465F9 (or 0x2465F9) is known color: Royal Blue. HEX triplet: 24, 65 and F9. RGB value is (36,101,249). Sum of RGB (Red+Green+Blue) = 36+101+249=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 249 (97.66% from 255 or 64.51% from 386); Max value from RGB is 249 - color contains mainly: blue. Hex color #2465F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2465F9 is #DB9A06. Grayscale: #616161. Windows color (decimal): -14391815 or 16344356. OLE color: 16344356.

HSL color Cylindrical-coordinate representation of color #2465F9: hue angle of 221.69º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2465F9 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 101 249 -
CMYK 0.86 0.59 0 0.02
HSL 221.69º 0.95% 0.56% -
HSV(B) 221.69º 0.86% 0.98% -
XYZ 22.48 16.52 91.63 -
YUV 98.44 212.97 83.47 -
System Red Green Blue C M Y K H S L
Decimal 36 101 249 0.86 0.59 0 0.02 221.69 0.95 0.56
Hex 24 65 F9 56 3B 0 2 DE 5F 38
Octal 44 145 371 126 73 0 2 336 137 70
Binary 100100 1100101 11111001 1010110 111011 0 10 11011110 1011111 111000

Color Harmonies of #2465F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2465F9

Black with #2465F9

Text Example


Text Example

White with #2465F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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