Html Css Color HEX #2747DB Cerulean Blue

📋 copy color: '#2747DB'

red 39 ◦ green 71 ◦ blue 219

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

Shades of Cerulean Blue #2747DB

Tints of Cerulean Blue #2747DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 11.85%
G = 21.58%
B = 66.57%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2747DB (or 0x2747DB) is known color: Cerulean Blue. HEX triplet: 27, 47 and DB. RGB value is (39,71,219). Sum of RGB (Red+Green+Blue) = 39+71+219=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #2747DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2747DB is #D8B824. Grayscale: #4D4D4D. Windows color (decimal): -14202917 or 14370599. OLE color: 14370599.

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

Color convert

RGB 39 71 219 -
CMYK 0.82 0.68 0 0.14
HSL 229.33º 0.71% 0.51% -
HSV(B) 229.33º 0.82% 0.86% -
XYZ 15.88 10.05 68.12 -
YUV 78.3 207.4 99.97 -
System Red Green Blue C M Y K H S L
Decimal 39 71 219 0.82 0.68 0 0.14 229.33 0.71 0.51
Hex 27 47 DB 52 44 0 E E5 47 33
Octal 47 107 333 122 104 0 16 345 107 63
Binary 100111 1000111 11011011 1010010 1000100 0 1110 11100101 1000111 110011

Color Harmonies of #2747DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2747DB

Black with #2747DB

Text Example


Text Example

White with #2747DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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