Html Css Color HEX #1C50EF Royal Blue

📋 copy color: '#1C50EF'

red 28 ◦ green 80 ◦ blue 239

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

Shades of Royal Blue #1C50EF

Tints of Royal Blue #1C50EF

RGB

 RED value IS 28 (11.33% from 255) = 8.07%

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

 BLUE value IS 239 (93.75% from 255) = 68.88%

R = 8.07%
G = 23.05%
B = 68.88%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C50EF (or 0x1C50EF) is known color: Royal Blue. HEX triplet: 1C, 50 and EF. RGB value is (28,80,239). Sum of RGB (Red+Green+Blue) = 28+80+239=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C50EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C50EF is #E3AF10. Grayscale: #515151. Windows color (decimal): -14921489 or 15683612. OLE color: 15683612.

HSL color Cylindrical-coordinate representation of color #1C50EF: hue angle of 225.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C50EF is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 80 239 -
CMYK 0.88 0.67 0 0.06
HSL 225.21º 0.87% 0.52% -
HSV(B) 225.21º 0.88% 0.94% -
XYZ 18.93 12.22 83.02 -
YUV 82.58 216.27 89.07 -
System Red Green Blue C M Y K H S L
Decimal 28 80 239 0.88 0.67 0 0.06 225.21 0.87 0.52
Hex 1C 50 EF 58 43 0 6 E1 57 34
Octal 34 120 357 130 103 0 6 341 127 64
Binary 11100 1010000 11101111 1011000 1000011 0 110 11100001 1010111 110100

Color Harmonies of #1C50EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C50EF

Black with #1C50EF

Text Example


Text Example

White with #1C50EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C50EF; }

 p { color: rgb(28,80,239); }

 H1.HeaderClassName
 {
   color: #1C50EF;
 }
 .AnyTagClassName
 {
   color: #1C50EF;
 }
</style>

background-color css

<style>
 a { background-color: #1C50EF; }

 a { background-color: rgb(28,80,239); }

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

border-color css

<style>
 span { border-color: #1C50EF; }

 span { border-color: rgb(28,80,239); }

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