Html Css Color HEX #2748DC Cerulean Blue

📋 copy color: '#2748DC'

red 39 ◦ green 72 ◦ blue 220

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

Shades of Cerulean Blue #2748DC

Tints of Cerulean Blue #2748DC

RGB

 RED value IS 39 (15.63% from 255) = 11.78%

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

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 11.78%
G = 21.75%
B = 66.47%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2748DC (or 0x2748DC) is known color: Cerulean Blue. HEX triplet: 27, 48 and DC. RGB value is (39,72,220). Sum of RGB (Red+Green+Blue) = 39+72+220=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #2748DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2748DC is #D8B723. Grayscale: #4E4E4E. Windows color (decimal): -14202660 or 14436391. OLE color: 14436391.

HSL color Cylindrical-coordinate representation of color #2748DC: hue angle of 229.06º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2748DC is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 72 220 -
CMYK 0.82 0.67 0 0.14
HSL 229.06º 0.72% 0.51% -
HSV(B) 229.06º 0.82% 0.86% -
XYZ 16.07 10.23 68.84 -
YUV 79.01 207.57 99.47 -
System Red Green Blue C M Y K H S L
Decimal 39 72 220 0.82 0.67 0 0.14 229.06 0.72 0.51
Hex 27 48 DC 52 43 0 E E5 48 33
Octal 47 110 334 122 103 0 16 345 110 63
Binary 100111 1001000 11011100 1010010 1000011 0 1110 11100101 1001000 110011

Color Harmonies of #2748DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2748DC

Black with #2748DC

Text Example


Text Example

White with #2748DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2748DC; }

 p { color: rgb(39,72,220); }

 H1.HeaderClassName
 {
   color: #2748DC;
 }
 .AnyTagClassName
 {
   color: #2748DC;
 }
</style>

background-color css

<style>
 a { background-color: #2748DC; }

 a { background-color: rgb(39,72,220); }

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

border-color css

<style>
 span { border-color: #2748DC; }

 span { border-color: rgb(39,72,220); }

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