Html Css Color HEX #124AFC Royal Blue

📋 copy color: '#124AFC'

red 18 ◦ green 74 ◦ blue 252

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

Shades of Royal Blue #124AFC

Tints of Royal Blue #124AFC

RGB

 RED value IS 18 (7.42% from 255) = 5.23%

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 252 (98.83% from 255) = 73.26%

R = 5.23%
G = 21.51%
B = 73.26%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#124AFC (or 0x124AFC) is known color: Royal Blue. HEX triplet: 12, 4A and FC. RGB value is (18,74,252). Sum of RGB (Red+Green+Blue) = 18+74+252=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #124AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AFC is #EDB503. Grayscale: #4C4C4C. Windows color (decimal): -15578372 or 16534034. OLE color: 16534034.

HSL color Cylindrical-coordinate representation of color #124AFC: hue angle of 225.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124AFC is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 74 252 -
CMYK 0.93 0.71 0 0.01
HSL 225.64º 0.98% 0.53% -
HSV(B) 225.64º 0.93% 0.99% -
XYZ 20.27 12.05 93.35 -
YUV 77.55 226.45 85.53 -
System Red Green Blue C M Y K H S L
Decimal 18 74 252 0.93 0.71 0 0.01 225.64 0.98 0.53
Hex 12 4A FC 5D 47 0 1 E2 62 35
Octal 22 112 374 135 107 0 1 342 142 65
Binary 10010 1001010 11111100 1011101 1000111 0 1 11100010 1100010 110101

Color Harmonies of #124AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AFC

Black with #124AFC

Text Example


Text Example

White with #124AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124AFC; }

 p { color: rgb(18,74,252); }

 H1.HeaderClassName
 {
   color: #124AFC;
 }
 .AnyTagClassName
 {
   color: #124AFC;
 }
</style>

background-color css

<style>
 a { background-color: #124AFC; }

 a { background-color: rgb(18,74,252); }

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

border-color css

<style>
 span { border-color: #124AFC; }

 span { border-color: rgb(18,74,252); }

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