Html Css Color HEX #2749DB Cerulean Blue

📋 copy color: '#2749DB'

red 39 ◦ green 73 ◦ blue 219

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

Shades of Cerulean Blue #2749DB

Tints of Cerulean Blue #2749DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 11.78%
G = 22.05%
B = 66.16%

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

#2749DB (or 0x2749DB) is known color: Cerulean Blue. HEX triplet: 27, 49 and DB. RGB value is (39,73,219). Sum of RGB (Red+Green+Blue) = 39+73+219=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #2749DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749DB is #D8B624. Grayscale: #4E4E4E. Windows color (decimal): -14202405 or 14371111. OLE color: 14371111.

HSL color Cylindrical-coordinate representation of color #2749DB: hue angle of 228.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 #2749DB is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 73 219 -
CMYK 0.82 0.67 0 0.14
HSL 228.67º 0.71% 0.51% -
HSV(B) 228.67º 0.82% 0.86% -
XYZ 16.01 10.31 68.16 -
YUV 79.48 206.74 99.13 -
System Red Green Blue C M Y K H S L
Decimal 39 73 219 0.82 0.67 0 0.14 228.67 0.71 0.51
Hex 27 49 DB 52 43 0 E E5 47 33
Octal 47 111 333 122 103 0 16 345 107 63
Binary 100111 1001001 11011011 1010010 1000011 0 1110 11100101 1000111 110011

Color Harmonies of #2749DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2749DB

Black with #2749DB

Text Example


Text Example

White with #2749DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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