Html Css Color HEX #1250FF Royal Blue

📋 copy color: '#1250FF'

red 18 ◦ green 80 ◦ blue 255

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

Shades of Royal Blue #1250FF

Tints of Royal Blue #1250FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 5.1%
G = 22.66%
B = 72.24%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1250FF (or 0x1250FF) is known color: Royal Blue. HEX triplet: 12, 50 and FF. RGB value is (18,80,255). Sum of RGB (Red+Green+Blue) = 18+80+255=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #1250FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1250FF is #EDAF00. Grayscale: #505050. Windows color (decimal): -15576833 or 16732178. OLE color: 16732178.

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

Color convert

RGB 18 80 255 -
CMYK 0.93 0.69 0 0
HSL 224.3º 1% 0.54% -
HSV(B) 224.3º 0.93% 1% -
XYZ 21.17 13.09 96.02 -
YUV 81.41 225.96 82.77 -
System Red Green Blue C M Y K H S L
Decimal 18 80 255 0.93 0.69 0 0 224.3 1 0.54
Hex 12 50 FF 5D 45 0 0 E0 64 36
Octal 22 120 377 135 105 0 0 340 144 66
Binary 10010 1010000 11111111 1011101 1000101 0 0 11100000 1100100 110110

Color Harmonies of #1250FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1250FF

Black with #1250FF

Text Example


Text Example

White with #1250FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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