Html Css Color HEX #124CFE Royal Blue

📋 copy color: '#124CFE'

red 18 ◦ green 76 ◦ blue 254

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

Shades of Royal Blue #124CFE

Tints of Royal Blue #124CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

 BLUE value IS 254 (99.61% from 255) = 72.99%

R = 5.17%
G = 21.84%
B = 72.99%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#124CFE (or 0x124CFE) is known color: Royal Blue. HEX triplet: 12, 4C and FE. RGB value is (18,76,254). Sum of RGB (Red+Green+Blue) = 18+76+254=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #124CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CFE is #EDB301. Grayscale: #4E4E4E. Windows color (decimal): -15577858 or 16665618. OLE color: 16665618.

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

Color convert

RGB 18 76 254 -
CMYK 0.93 0.70 0 0.00
HSL 225.25º 0.99% 0.53% -
HSV(B) 225.25º 0.93% 1% -
XYZ 20.72 12.45 95.08 -
YUV 78.95 226.78 84.53 -
System Red Green Blue C M Y K H S L
Decimal 18 76 254 0.93 0.70 0 0.00 225.25 0.99 0.53
Hex 12 4C FE 5D 46 0 0 E1 63 35
Octal 22 114 376 135 106 0 0 341 143 65
Binary 10010 1001100 11111110 1011101 1000110 0 0 11100001 1100011 110101

Color Harmonies of #124CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CFE

Black with #124CFE

Text Example


Text Example

White with #124CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,76,254); }

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

background-color css

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

 a { background-color: rgb(18,76,254); }

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

border-color css

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

 span { border-color: rgb(18,76,254); }

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