Html Css Color HEX #2752DB Cerulean Blue

📋 copy color: '#2752DB'

red 39 ◦ green 82 ◦ blue 219

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

Shades of Cerulean Blue #2752DB

Tints of Cerulean Blue #2752DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

 BLUE value IS 219 (85.94% from 255) = 64.41%

R = 11.47%
G = 24.12%
B = 64.41%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2752DB (or 0x2752DB) is known color: Cerulean Blue. HEX triplet: 27, 52 and DB. RGB value is (39,82,219). Sum of RGB (Red+Green+Blue) = 39+82+219=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #2752DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2752DB is #D8AD24. Grayscale: #545454. Windows color (decimal): -14200101 or 14373415. OLE color: 14373415.

HSL color Cylindrical-coordinate representation of color #2752DB: hue angle of 225.67º degrees, saturation: 0.71, 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 #2752DB is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 82 219 -
CMYK 0.82 0.63 0 0.14
HSL 225.67º 0.71% 0.51% -
HSV(B) 225.67º 0.82% 0.86% -
XYZ 16.64 11.58 68.38 -
YUV 84.76 203.75 95.36 -
System Red Green Blue C M Y K H S L
Decimal 39 82 219 0.82 0.63 0 0.14 225.67 0.71 0.51
Hex 27 52 DB 52 3F 0 E E2 47 33
Octal 47 122 333 122 77 0 16 342 107 63
Binary 100111 1010010 11011011 1010010 111111 0 1110 11100010 1000111 110011

Color Harmonies of #2752DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2752DB

Black with #2752DB

Text Example


Text Example

White with #2752DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2752DB; }

 p { color: rgb(39,82,219); }

 H1.HeaderClassName
 {
   color: #2752DB;
 }
 .AnyTagClassName
 {
   color: #2752DB;
 }
</style>

background-color css

<style>
 a { background-color: #2752DB; }

 a { background-color: rgb(39,82,219); }

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

border-color css

<style>
 span { border-color: #2752DB; }

 span { border-color: rgb(39,82,219); }

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