Html Css Color HEX #124FFD Royal Blue

📋 copy color: '#124FFD'

red 18 ◦ green 79 ◦ blue 253

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

Shades of Royal Blue #124FFD

Tints of Royal Blue #124FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.57%

 BLUE value IS 253 (99.22% from 255) = 72.29%

R = 5.14%
G = 22.57%
B = 72.29%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#124FFD (or 0x124FFD) is known color: Royal Blue. HEX triplet: 12, 4F and FD. RGB value is (18,79,253). Sum of RGB (Red+Green+Blue) = 18+79+253=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #124FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FFD is #EDB002. Grayscale: #4F4F4F. Windows color (decimal): -15577091 or 16600850. OLE color: 16600850.

HSL color Cylindrical-coordinate representation of color #124FFD: hue angle of 224.43º 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 #124FFD is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 79 253 -
CMYK 0.93 0.69 0 0.01
HSL 224.43º 0.98% 0.53% -
HSV(B) 224.43º 0.93% 0.99% -
XYZ 20.78 12.81 94.31 -
YUV 80.6 225.29 83.35 -
System Red Green Blue C M Y K H S L
Decimal 18 79 253 0.93 0.69 0 0.01 224.43 0.98 0.53
Hex 12 4F FD 5D 45 0 1 E0 62 35
Octal 22 117 375 135 105 0 1 340 142 65
Binary 10010 1001111 11111101 1011101 1000101 0 1 11100000 1100010 110101

Color Harmonies of #124FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FFD

Black with #124FFD

Text Example


Text Example

White with #124FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,253); }

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

background-color css

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

 a { background-color: rgb(18,79,253); }

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

border-color css

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

 span { border-color: rgb(18,79,253); }

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