Html Css Color HEX #1257FF Royal Blue

📋 copy color: '#1257FF'

red 18 ◦ green 87 ◦ blue 255

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

Shades of Royal Blue #1257FF

Tints of Royal Blue #1257FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.17%

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

R = 5%
G = 24.17%
B = 70.83%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1257FF (or 0x1257FF) is known color: Royal Blue. HEX triplet: 12, 57 and FF. RGB value is (18,87,255). Sum of RGB (Red+Green+Blue) = 18+87+255=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #1257FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1257FF is #EDA800. Grayscale: #545454. Windows color (decimal): -15575041 or 16733970. OLE color: 16733970.

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

Color convert

RGB 18 87 255 -
CMYK 0.93 0.66 0 0
HSL 222.53º 1% 0.54% -
HSV(B) 222.53º 0.93% 1% -
XYZ 21.71 14.16 96.2 -
YUV 85.52 223.64 79.84 -
System Red Green Blue C M Y K H S L
Decimal 18 87 255 0.93 0.66 0 0 222.53 1 0.54
Hex 12 57 FF 5D 42 0 0 DF 64 36
Octal 22 127 377 135 102 0 0 337 144 66
Binary 10010 1010111 11111111 1011101 1000010 0 0 11011111 1100100 110110

Color Harmonies of #1257FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1257FF

Black with #1257FF

Text Example


Text Example

White with #1257FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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