Html Css Color HEX #1258FF Royal Blue

📋 copy color: '#1258FF'

red 18 ◦ green 88 ◦ blue 255

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

Shades of Royal Blue #1258FF

Tints of Royal Blue #1258FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

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

R = 4.99%
G = 24.38%
B = 70.64%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1258FF (or 0x1258FF) is known color: Royal Blue. HEX triplet: 12, 58 and FF. RGB value is (18,88,255). Sum of RGB (Red+Green+Blue) = 18+88+255=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #1258FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1258FF is #EDA700. Grayscale: #555555. Windows color (decimal): -15574785 or 16734226. OLE color: 16734226.

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

Color convert

RGB 18 88 255 -
CMYK 0.93 0.65 0 0
HSL 222.28º 1% 0.54% -
HSV(B) 222.28º 0.93% 1% -
XYZ 21.79 14.33 96.22 -
YUV 86.11 223.31 79.42 -
System Red Green Blue C M Y K H S L
Decimal 18 88 255 0.93 0.65 0 0 222.28 1 0.54
Hex 12 58 FF 5D 41 0 0 DE 64 36
Octal 22 130 377 135 101 0 0 336 144 66
Binary 10010 1011000 11111111 1011101 1000001 0 0 11011110 1100100 110110

Color Harmonies of #1258FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1258FF

Black with #1258FF

Text Example


Text Example

White with #1258FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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