Html Css Color HEX #245CFB Royal Blue

📋 copy color: '#245CFB'

red 36 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #245CFB

Tints of Royal Blue #245CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.27%

 BLUE value IS 251 (98.44% from 255) = 66.23%

R = 9.5%
G = 24.27%
B = 66.23%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#245CFB (or 0x245CFB) is known color: Royal Blue. HEX triplet: 24, 5C and FB. RGB value is (36,92,251). Sum of RGB (Red+Green+Blue) = 36+92+251=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #245CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CFB is #DBA304. Grayscale: #5C5C5C. Windows color (decimal): -14394117 or 16473124. OLE color: 16473124.

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

Color convert

RGB 36 92 251 -
CMYK 0.86 0.63 0 0.02
HSL 224.37º 0.96% 0.56% -
HSV(B) 224.37º 0.86% 0.98% -
XYZ 21.97 14.99 93 -
YUV 93.38 216.95 87.07 -
System Red Green Blue C M Y K H S L
Decimal 36 92 251 0.86 0.63 0 0.02 224.37 0.96 0.56
Hex 24 5C FB 56 3F 0 2 E0 60 38
Octal 44 134 373 126 77 0 2 340 140 70
Binary 100100 1011100 11111011 1010110 111111 0 10 11100000 1100000 111000

Color Harmonies of #245CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245CFB

Black with #245CFB

Text Example


Text Example

White with #245CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,92,251); }

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

background-color css

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

 a { background-color: rgb(36,92,251); }

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

border-color css

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

 span { border-color: rgb(36,92,251); }

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