Html Css Color HEX #1C64EF Royal Blue

📋 copy color: '#1C64EF'

red 28 ◦ green 100 ◦ blue 239

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

Shades of Royal Blue #1C64EF

Tints of Royal Blue #1C64EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 7.63%
G = 27.25%
B = 65.12%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C64EF (or 0x1C64EF) is known color: Royal Blue. HEX triplet: 1C, 64 and EF. RGB value is (28,100,239). Sum of RGB (Red+Green+Blue) = 28+100+239=367 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.63% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C64EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C64EF is #E39B10. Grayscale: #5D5D5D. Windows color (decimal): -14916369 or 15688732. OLE color: 15688732.

HSL color Cylindrical-coordinate representation of color #1C64EF: hue angle of 219.53º 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 #1C64EF is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 100 239 -
CMYK 0.88 0.58 0 0.06
HSL 219.53º 0.87% 0.52% -
HSV(B) 219.53º 0.88% 0.94% -
XYZ 20.62 15.59 83.58 -
YUV 94.32 209.65 80.7 -
System Red Green Blue C M Y K H S L
Decimal 28 100 239 0.88 0.58 0 0.06 219.53 0.87 0.52
Hex 1C 64 EF 58 3A 0 6 DC 57 34
Octal 34 144 357 130 72 0 6 334 127 64
Binary 11100 1100100 11101111 1011000 111010 0 110 11011100 1010111 110100

Color Harmonies of #1C64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C64EF

Black with #1C64EF

Text Example


Text Example

White with #1C64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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