Html Css Color HEX #2757DB Cerulean Blue

📋 copy color: '#2757DB'

red 39 ◦ green 87 ◦ blue 219

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

Shades of Cerulean Blue #2757DB

Tints of Cerulean Blue #2757DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

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

R = 11.3%
G = 25.22%
B = 63.48%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2757DB (or 0x2757DB) is known color: Cerulean Blue. HEX triplet: 27, 57 and DB. RGB value is (39,87,219). Sum of RGB (Red+Green+Blue) = 39+87+219=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #2757DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2757DB is #D8A824. Grayscale: #575757. Windows color (decimal): -14198821 or 14374695. OLE color: 14374695.

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

Color convert

RGB 39 87 219 -
CMYK 0.82 0.60 0 0.14
HSL 224º 0.71% 0.51% -
HSV(B) 224º 0.82% 0.86% -
XYZ 17.03 12.36 68.51 -
YUV 87.7 202.1 93.27 -
System Red Green Blue C M Y K H S L
Decimal 39 87 219 0.82 0.60 0 0.14 224 0.71 0.51
Hex 27 57 DB 52 3C 0 E E0 47 33
Octal 47 127 333 122 74 0 16 340 107 63
Binary 100111 1010111 11011011 1010010 111100 0 1110 11100000 1000111 110011

Color Harmonies of #2757DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2757DB

Black with #2757DB

Text Example


Text Example

White with #2757DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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