Html Css Color HEX #124DFF Royal Blue

📋 copy color: '#124DFF'

red 18 ◦ green 77 ◦ blue 255

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

Shades of Royal Blue #124DFF

Tints of Royal Blue #124DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

 BLUE value IS 255 (100% from 255) = 72.86%

R = 5.14%
G = 22%
B = 72.86%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#124DFF (or 0x124DFF) is known color: Royal Blue. HEX triplet: 12, 4D and FF. RGB value is (18,77,255). Sum of RGB (Red+Green+Blue) = 18+77+255=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #124DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124DFF is #EDB200. Grayscale: #4E4E4E. Windows color (decimal): -15577601 or 16731410. OLE color: 16731410.

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

Color convert

RGB 18 77 255 -
CMYK 0.93 0.70 0 0
HSL 225.06º 1% 0.54% -
HSV(B) 225.06º 0.93% 1% -
XYZ 20.95 12.66 95.95 -
YUV 79.65 226.95 84.03 -
System Red Green Blue C M Y K H S L
Decimal 18 77 255 0.93 0.70 0 0 225.06 1 0.54
Hex 12 4D FF 5D 46 0 0 E1 64 36
Octal 22 115 377 135 106 0 0 341 144 66
Binary 10010 1001101 11111111 1011101 1000110 0 0 11100001 1100100 110110

Color Harmonies of #124DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DFF

Black with #124DFF

Text Example


Text Example

White with #124DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,77,255); }

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

background-color css

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

 a { background-color: rgb(18,77,255); }

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

border-color css

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

 span { border-color: rgb(18,77,255); }

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