Html Css Color HEX #1D48C9 Cerulean Blue

📋 copy color: '#1D48C9'

red 29 ◦ green 72 ◦ blue 201

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

Shades of Cerulean Blue #1D48C9

Tints of Cerulean Blue #1D48C9

RGB

 RED value IS 29 (11.72% from 255) = 9.6%

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

 BLUE value IS 201 (78.91% from 255) = 66.56%

R = 9.6%
G = 23.84%
B = 66.56%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1D48C9 (or 0x1D48C9) is known color: Cerulean Blue. HEX triplet: 1D, 48 and C9. RGB value is (29,72,201). Sum of RGB (Red+Green+Blue) = 29+72+201=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 201 (78.91% from 255 or 66.56% from 302); Max value from RGB is 201 - color contains mainly: blue. Hex color #1D48C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D48C9 is #E2B736. Grayscale: #494949. Windows color (decimal): -14858039 or 13191197. OLE color: 13191197.

HSL color Cylindrical-coordinate representation of color #1D48C9: hue angle of 225º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D48C9 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 72 201 -
CMYK 0.86 0.64 0 0.21
HSL 225º 0.75% 0.45% -
HSV(B) 225º 0.86% 0.79% -
XYZ 13.37 9.11 56.31 -
YUV 73.85 199.75 96.01 -
System Red Green Blue C M Y K H S L
Decimal 29 72 201 0.86 0.64 0 0.21 225 0.75 0.45
Hex 1D 48 C9 56 40 0 15 E1 4B 2D
Octal 35 110 311 126 100 0 25 341 113 55
Binary 11101 1001000 11001001 1010110 1000000 0 10101 11100001 1001011 101101

Color Harmonies of #1D48C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D48C9

Black with #1D48C9

Text Example


Text Example

White with #1D48C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,72,201); }

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

background-color css

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

 a { background-color: rgb(29,72,201); }

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

border-color css

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

 span { border-color: rgb(29,72,201); }

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