Html Css Color HEX #2757DD Cerulean Blue

📋 copy color: '#2757DD'

red 39 ◦ green 87 ◦ blue 221

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

Shades of Cerulean Blue #2757DD

Tints of Cerulean Blue #2757DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 11.24%
G = 25.07%
B = 63.69%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2757DD (or 0x2757DD) is known color: Cerulean Blue. HEX triplet: 27, 57 and DD. RGB value is (39,87,221). Sum of RGB (Red+Green+Blue) = 39+87+221=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #2757DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2757DD is #D8A822. Grayscale: #575757. Windows color (decimal): -14198819 or 14505767. OLE color: 14505767.

HSL color Cylindrical-coordinate representation of color #2757DD: hue angle of 224.18º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2757DD is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 87 221 -
CMYK 0.82 0.61 0 0.13
HSL 224.18º 0.73% 0.51% -
HSV(B) 224.18º 0.82% 0.87% -
XYZ 17.3 12.47 69.9 -
YUV 87.92 203.1 93.1 -
System Red Green Blue C M Y K H S L
Decimal 39 87 221 0.82 0.61 0 0.13 224.18 0.73 0.51
Hex 27 57 DD 52 3D 0 D E0 49 33
Octal 47 127 335 122 75 0 15 340 111 63
Binary 100111 1010111 11011101 1010010 111101 0 1101 11100000 1001001 110011

Color Harmonies of #2757DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2757DD

Black with #2757DD

Text Example


Text Example

White with #2757DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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