Html Css Color HEX #1253FE Royal Blue

📋 copy color: '#1253FE'

red 18 ◦ green 83 ◦ blue 254

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

Shades of Royal Blue #1253FE

Tints of Royal Blue #1253FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 254 (99.61% from 255) = 71.55%

R = 5.07%
G = 23.38%
B = 71.55%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1253FE (or 0x1253FE) is known color: Royal Blue. HEX triplet: 12, 53 and FE. RGB value is (18,83,254). Sum of RGB (Red+Green+Blue) = 18+83+254=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #1253FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1253FE is #EDAC01. Grayscale: #525252. Windows color (decimal): -15576066 or 16667410. OLE color: 16667410.

HSL color Cylindrical-coordinate representation of color #1253FE: hue angle of 223.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1253FE is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 83 254 -
CMYK 0.93 0.67 0 0.00
HSL 223.47º 0.99% 0.53% -
HSV(B) 223.47º 0.93% 1% -
XYZ 21.23 13.47 95.25 -
YUV 83.06 224.47 81.6 -
System Red Green Blue C M Y K H S L
Decimal 18 83 254 0.93 0.67 0 0.00 223.47 0.99 0.53
Hex 12 53 FE 5D 43 0 0 DF 63 35
Octal 22 123 376 135 103 0 0 337 143 65
Binary 10010 1010011 11111110 1011101 1000011 0 0 11011111 1100011 110101

Color Harmonies of #1253FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253FE

Black with #1253FE

Text Example


Text Example

White with #1253FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1253FE; }

 p { color: rgb(18,83,254); }

 H1.HeaderClassName
 {
   color: #1253FE;
 }
 .AnyTagClassName
 {
   color: #1253FE;
 }
</style>

background-color css

<style>
 a { background-color: #1253FE; }

 a { background-color: rgb(18,83,254); }

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

border-color css

<style>
 span { border-color: #1253FE; }

 span { border-color: rgb(18,83,254); }

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