Html Css Color HEX #245BFA Royal Blue

📋 copy color: '#245BFA'

red 36 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #245BFA

Tints of Royal Blue #245BFA

RGB

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

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

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

R = 9.55%
G = 24.14%
B = 66.31%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#245BFA (or 0x245BFA) is known color: Royal Blue. HEX triplet: 24, 5B and FA. RGB value is (36,91,250). Sum of RGB (Red+Green+Blue) = 36+91+250=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #245BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245BFA is #DBA405. Grayscale: #5B5B5B. Windows color (decimal): -14394374 or 16407332. OLE color: 16407332.

HSL color Cylindrical-coordinate representation of color #245BFA: hue angle of 224.58º 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 #245BFA is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 91 250 -
CMYK 0.86 0.64 0 0.02
HSL 224.58º 0.96% 0.56% -
HSV(B) 224.58º 0.86% 0.98% -
XYZ 21.72 14.76 92.15 -
YUV 92.68 216.78 87.57 -
System Red Green Blue C M Y K H S L
Decimal 36 91 250 0.86 0.64 0 0.02 224.58 0.96 0.56
Hex 24 5B FA 56 40 0 2 E1 60 38
Octal 44 133 372 126 100 0 2 341 140 70
Binary 100100 1011011 11111010 1010110 1000000 0 10 11100001 1100000 111000

Color Harmonies of #245BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245BFA

Black with #245BFA

Text Example


Text Example

White with #245BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245BFA; }

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

 H1.HeaderClassName
 {
   color: #245BFA;
 }
 .AnyTagClassName
 {
   color: #245BFA;
 }
</style>

background-color css

<style>
 a { background-color: #245BFA; }

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

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

border-color css

<style>
 span { border-color: #245BFA; }

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

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