Html Css Color HEX #245FFA Royal Blue

📋 copy color: '#245FFA'

red 36 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #245FFA

Tints of Royal Blue #245FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.93%

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

R = 9.45%
G = 24.93%
B = 65.62%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#245FFA (or 0x245FFA) is known color: Royal Blue. HEX triplet: 24, 5F and FA. RGB value is (36,95,250). Sum of RGB (Red+Green+Blue) = 36+95+250=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #245FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FFA is #DBA005. Grayscale: #5E5E5E. Windows color (decimal): -14393350 or 16408356. OLE color: 16408356.

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

Color convert

RGB 36 95 250 -
CMYK 0.86 0.62 0 0.02
HSL 223.46º 0.96% 0.56% -
HSV(B) 223.46º 0.86% 0.98% -
XYZ 22.08 15.46 92.26 -
YUV 95.03 215.45 85.9 -
System Red Green Blue C M Y K H S L
Decimal 36 95 250 0.86 0.62 0 0.02 223.46 0.96 0.56
Hex 24 5F FA 56 3E 0 2 DF 60 38
Octal 44 137 372 126 76 0 2 337 140 70
Binary 100100 1011111 11111010 1010110 111110 0 10 11011111 1100000 111000

Color Harmonies of #245FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FFA

Black with #245FFA

Text Example


Text Example

White with #245FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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