Html Css Color HEX #2957DA Cerulean Blue

📋 copy color: '#2957DA'

red 41 ◦ green 87 ◦ blue 218

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

Shades of Cerulean Blue #2957DA

Tints of Cerulean Blue #2957DA

RGB

 RED value IS 41 (16.41% from 255) = 11.85%

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

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 11.85%
G = 25.14%
B = 63.01%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2957DA (or 0x2957DA) is known color: Cerulean Blue. HEX triplet: 29, 57 and DA. RGB value is (41,87,218). Sum of RGB (Red+Green+Blue) = 41+87+218=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #2957DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2957DA is #D6A825. Grayscale: #575757. Windows color (decimal): -14067750 or 14309161. OLE color: 14309161.

HSL color Cylindrical-coordinate representation of color #2957DA: hue angle of 224.41º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2957DA is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 87 218 -
CMYK 0.81 0.60 0 0.15
HSL 224.41º 0.71% 0.51% -
HSV(B) 224.41º 0.81% 0.85% -
XYZ 16.98 12.35 67.82 -
YUV 88.18 201.26 94.35 -
System Red Green Blue C M Y K H S L
Decimal 41 87 218 0.81 0.60 0 0.15 224.41 0.71 0.51
Hex 29 57 DA 51 3C 0 F E0 47 33
Octal 51 127 332 121 74 0 17 340 107 63
Binary 101001 1010111 11011010 1010001 111100 0 1111 11100000 1000111 110011

Color Harmonies of #2957DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957DA

Black with #2957DA

Text Example


Text Example

White with #2957DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2957DA; }

 p { color: rgb(41,87,218); }

 H1.HeaderClassName
 {
   color: #2957DA;
 }
 .AnyTagClassName
 {
   color: #2957DA;
 }
</style>

background-color css

<style>
 a { background-color: #2957DA; }

 a { background-color: rgb(41,87,218); }

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

border-color css

<style>
 span { border-color: #2957DA; }

 span { border-color: rgb(41,87,218); }

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