Html Css Color HEX #2958DB Cerulean Blue

📋 copy color: '#2958DB'

red 41 ◦ green 88 ◦ blue 219

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

Shades of Cerulean Blue #2958DB

Tints of Cerulean Blue #2958DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

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

R = 11.78%
G = 25.29%
B = 62.93%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2958DB (or 0x2958DB) is known color: Cerulean Blue. HEX triplet: 29, 58 and DB. RGB value is (41,88,219). Sum of RGB (Red+Green+Blue) = 41+88+219=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #2958DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2958DB is #D6A724. Grayscale: #585858. Windows color (decimal): -14067493 or 14374953. OLE color: 14374953.

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

Color convert

RGB 41 88 219 -
CMYK 0.81 0.60 0 0.14
HSL 224.16º 0.71% 0.51% -
HSV(B) 224.16º 0.81% 0.86% -
XYZ 17.19 12.57 68.54 -
YUV 88.88 201.43 93.85 -
System Red Green Blue C M Y K H S L
Decimal 41 88 219 0.81 0.60 0 0.14 224.16 0.71 0.51
Hex 29 58 DB 51 3C 0 E E0 47 33
Octal 51 130 333 121 74 0 16 340 107 63
Binary 101001 1011000 11011011 1010001 111100 0 1110 11100000 1000111 110011

Color Harmonies of #2958DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2958DB

Black with #2958DB

Text Example


Text Example

White with #2958DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,88,219); }

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

background-color css

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

 a { background-color: rgb(41,88,219); }

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

border-color css

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

 span { border-color: rgb(41,88,219); }

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