Html Css Color HEX #1C48CF Cerulean Blue

📋 copy color: '#1C48CF'

red 28 ◦ green 72 ◦ blue 207

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

Shades of Cerulean Blue #1C48CF

Tints of Cerulean Blue #1C48CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

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

R = 9.12%
G = 23.45%
B = 67.43%

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

#1C48CF (or 0x1C48CF) is known color: Cerulean Blue. HEX triplet: 1C, 48 and CF. RGB value is (28,72,207). Sum of RGB (Red+Green+Blue) = 28+72+207=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C48CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C48CF is #E3B730. Grayscale: #494949. Windows color (decimal): -14923569 or 13584412. OLE color: 13584412.

HSL color Cylindrical-coordinate representation of color #1C48CF: hue angle of 225.25º 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 #1C48CF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 72 207 -
CMYK 0.86 0.65 0 0.19
HSL 225.25º 0.76% 0.46% -
HSV(B) 225.25º 0.86% 0.81% -
XYZ 14.06 9.39 60.1 -
YUV 74.23 202.92 95.02 -
System Red Green Blue C M Y K H S L
Decimal 28 72 207 0.86 0.65 0 0.19 225.25 0.76 0.46
Hex 1C 48 CF 56 41 0 13 E1 4C 2E
Octal 34 110 317 126 101 0 23 341 114 56
Binary 11100 1001000 11001111 1010110 1000001 0 10011 11100001 1001100 101110

Color Harmonies of #1C48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C48CF

Black with #1C48CF

Text Example


Text Example

White with #1C48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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