Html Css Color HEX #1C49CF Cerulean Blue

📋 copy color: '#1C49CF'

red 28 ◦ green 73 ◦ blue 207

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

Shades of Cerulean Blue #1C49CF

Tints of Cerulean Blue #1C49CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 9.09%
G = 23.7%
B = 67.21%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C49CF (or 0x1C49CF) is known color: Cerulean Blue. HEX triplet: 1C, 49 and CF. RGB value is (28,73,207). Sum of RGB (Red+Green+Blue) = 28+73+207=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C49CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C49CF is #E3B630. Grayscale: #4A4A4A. Windows color (decimal): -14923313 or 13584668. OLE color: 13584668.

HSL color Cylindrical-coordinate representation of color #1C49CF: hue angle of 224.92º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C49CF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 73 207 -
CMYK 0.86 0.65 0 0.19
HSL 224.92º 0.76% 0.46% -
HSV(B) 224.92º 0.86% 0.81% -
XYZ 14.12 9.52 60.12 -
YUV 74.82 202.59 94.6 -
System Red Green Blue C M Y K H S L
Decimal 28 73 207 0.86 0.65 0 0.19 224.92 0.76 0.46
Hex 1C 49 CF 56 41 0 13 E1 4C 2E
Octal 34 111 317 126 101 0 23 341 114 56
Binary 11100 1001001 11001111 1010110 1000001 0 10011 11100001 1001100 101110

Color Harmonies of #1C49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C49CF

Black with #1C49CF

Text Example


Text Example

White with #1C49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,73,207); }

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

background-color css

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

 a { background-color: rgb(28,73,207); }

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

border-color css

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

 span { border-color: rgb(28,73,207); }

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