Html Css Color HEX #2465FA Royal Blue

📋 copy color: '#2465FA'

red 36 ◦ green 101 ◦ blue 250

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

Shades of Royal Blue #2465FA

Tints of Royal Blue #2465FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.6%

R = 9.3%
G = 26.1%
B = 64.6%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2465FA (or 0x2465FA) is known color: Royal Blue. HEX triplet: 24, 65 and FA. RGB value is (36,101,250). Sum of RGB (Red+Green+Blue) = 36+101+250=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #2465FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2465FA is #DB9A05. Grayscale: #616161. Windows color (decimal): -14391814 or 16409892. OLE color: 16409892.

HSL color Cylindrical-coordinate representation of color #2465FA: hue angle of 221.78º degrees, saturation: 0.96, 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 #2465FA is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 101 250 -
CMYK 0.86 0.60 0 0.02
HSL 221.78º 0.96% 0.56% -
HSV(B) 221.78º 0.86% 0.98% -
XYZ 22.64 16.58 92.45 -
YUV 98.55 213.47 83.38 -
System Red Green Blue C M Y K H S L
Decimal 36 101 250 0.86 0.60 0 0.02 221.78 0.96 0.56
Hex 24 65 FA 56 3C 0 2 DE 60 38
Octal 44 145 372 126 74 0 2 336 140 70
Binary 100100 1100101 11111010 1010110 111100 0 10 11011110 1100000 111000

Color Harmonies of #2465FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2465FA

Black with #2465FA

Text Example


Text Example

White with #2465FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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