Html Css Color HEX #2951DD Cerulean Blue

📋 copy color: '#2951DD'

red 41 ◦ green 81 ◦ blue 221

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

Shades of Cerulean Blue #2951DD

Tints of Cerulean Blue #2951DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.62%

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

R = 11.95%
G = 23.62%
B = 64.43%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2951DD (or 0x2951DD) is known color: Cerulean Blue. HEX triplet: 29, 51 and DD. RGB value is (41,81,221). Sum of RGB (Red+Green+Blue) = 41+81+221=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #2951DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2951DD is #D6AE22. Grayscale: #545454. Windows color (decimal): -14069283 or 14504233. OLE color: 14504233.

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

Color convert

RGB 41 81 221 -
CMYK 0.81 0.63 0 0.13
HSL 226.67º 0.73% 0.51% -
HSV(B) 226.67º 0.81% 0.87% -
XYZ 16.91 11.58 69.75 -
YUV 85 204.75 96.62 -
System Red Green Blue C M Y K H S L
Decimal 41 81 221 0.81 0.63 0 0.13 226.67 0.73 0.51
Hex 29 51 DD 51 3F 0 D E3 49 33
Octal 51 121 335 121 77 0 15 343 111 63
Binary 101001 1010001 11011101 1010001 111111 0 1101 11100011 1001001 110011

Color Harmonies of #2951DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2951DD

Black with #2951DD

Text Example


Text Example

White with #2951DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,81,221); }

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

background-color css

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

 a { background-color: rgb(41,81,221); }

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

border-color css

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

 span { border-color: rgb(41,81,221); }

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