Html Css Color HEX #1D48CC Cerulean Blue

📋 copy color: '#1D48CC'

red 29 ◦ green 72 ◦ blue 204

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

Shades of Cerulean Blue #1D48CC

Tints of Cerulean Blue #1D48CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.89%

R = 9.51%
G = 23.61%
B = 66.89%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D48CC (or 0x1D48CC) is known color: Cerulean Blue. HEX triplet: 1D, 48 and CC. RGB value is (29,72,204). Sum of RGB (Red+Green+Blue) = 29+72+204=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D48CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D48CC is #E2B733. Grayscale: #494949. Windows color (decimal): -14858036 or 13387805. OLE color: 13387805.

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

Color convert

RGB 29 72 204 -
CMYK 0.86 0.65 0 0.2
HSL 225.26º 0.75% 0.46% -
HSV(B) 225.26º 0.86% 0.8% -
XYZ 13.72 9.26 58.19 -
YUV 74.19 201.25 95.77 -
System Red Green Blue C M Y K H S L
Decimal 29 72 204 0.86 0.65 0 0.2 225.26 0.75 0.46
Hex 1D 48 CC 56 41 0 14 E1 4B 2E
Octal 35 110 314 126 101 0 24 341 113 56
Binary 11101 1001000 11001100 1010110 1000001 0 10100 11100001 1001011 101110

Color Harmonies of #1D48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D48CC

Black with #1D48CC

Text Example


Text Example

White with #1D48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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