Html Css Color HEX #1251FF Royal Blue

📋 copy color: '#1251FF'

red 18 ◦ green 81 ◦ blue 255

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

Shades of Royal Blue #1251FF

Tints of Royal Blue #1251FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 5.08%
G = 22.88%
B = 72.03%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1251FF (or 0x1251FF) is known color: Royal Blue. HEX triplet: 12, 51 and FF. RGB value is (18,81,255). Sum of RGB (Red+Green+Blue) = 18+81+255=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #1251FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1251FF is #EDAE00. Grayscale: #515151. Windows color (decimal): -15576577 or 16732434. OLE color: 16732434.

HSL color Cylindrical-coordinate representation of color #1251FF: hue angle of 224.05º 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 #1251FF is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 81 255 -
CMYK 0.93 0.68 0 0
HSL 224.05º 1% 0.54% -
HSV(B) 224.05º 0.93% 1% -
XYZ 21.24 13.23 96.04 -
YUV 82 225.63 82.35 -
System Red Green Blue C M Y K H S L
Decimal 18 81 255 0.93 0.68 0 0 224.05 1 0.54
Hex 12 51 FF 5D 44 0 0 E0 64 36
Octal 22 121 377 135 104 0 0 340 144 66
Binary 10010 1010001 11111111 1011101 1000100 0 0 11100000 1100100 110110

Color Harmonies of #1251FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1251FF

Black with #1251FF

Text Example


Text Example

White with #1251FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1251FF; }

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

 H1.HeaderClassName
 {
   color: #1251FF;
 }
 .AnyTagClassName
 {
   color: #1251FF;
 }
</style>

background-color css

<style>
 a { background-color: #1251FF; }

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

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

border-color css

<style>
 span { border-color: #1251FF; }

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

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