Html Css Color HEX #1252FF Royal Blue

📋 copy color: '#1252FF'

red 18 ◦ green 82 ◦ blue 255

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

Shades of Royal Blue #1252FF

Tints of Royal Blue #1252FF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.1%

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

R = 5.07%
G = 23.1%
B = 71.83%

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

#1252FF (or 0x1252FF) is known color: Royal Blue. HEX triplet: 12, 52 and FF. RGB value is (18,82,255). Sum of RGB (Red+Green+Blue) = 18+82+255=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #1252FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1252FF is #EDAD00. Grayscale: #515151. Windows color (decimal): -15576321 or 16732690. OLE color: 16732690.

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

Color convert

RGB 18 82 255 -
CMYK 0.93 0.68 0 0
HSL 223.8º 1% 0.54% -
HSV(B) 223.8º 0.93% 1% -
XYZ 21.32 13.38 96.07 -
YUV 82.59 225.3 81.93 -
System Red Green Blue C M Y K H S L
Decimal 18 82 255 0.93 0.68 0 0 223.8 1 0.54
Hex 12 52 FF 5D 44 0 0 E0 64 36
Octal 22 122 377 135 104 0 0 340 144 66
Binary 10010 1010010 11111111 1011101 1000100 0 0 11100000 1100100 110110

Color Harmonies of #1252FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1252FF

Black with #1252FF

Text Example


Text Example

White with #1252FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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