Html Css Color HEX #2951DA Cerulean Blue

📋 copy color: '#2951DA'

red 41 ◦ green 81 ◦ blue 218

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

Shades of Cerulean Blue #2951DA

Tints of Cerulean Blue #2951DA

RGB

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

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

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

R = 12.06%
G = 23.82%
B = 64.12%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2951DA (or 0x2951DA) is known color: Cerulean Blue. HEX triplet: 29, 51 and DA. RGB value is (41,81,218). Sum of RGB (Red+Green+Blue) = 41+81+218=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #2951DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2951DA is #D6AE25. Grayscale: #545454. Windows color (decimal): -14069286 or 14307625. OLE color: 14307625.

HSL color Cylindrical-coordinate representation of color #2951DA: hue angle of 226.44º 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 #2951DA is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 81 218 -
CMYK 0.81 0.63 0 0.15
HSL 226.44º 0.71% 0.51% -
HSV(B) 226.44º 0.81% 0.85% -
XYZ 16.51 11.42 67.66 -
YUV 84.66 203.25 96.86 -
System Red Green Blue C M Y K H S L
Decimal 41 81 218 0.81 0.63 0 0.15 226.44 0.71 0.51
Hex 29 51 DA 51 3F 0 F E2 47 33
Octal 51 121 332 121 77 0 17 342 107 63
Binary 101001 1010001 11011010 1010001 111111 0 1111 11100010 1000111 110011

Color Harmonies of #2951DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2951DA

Black with #2951DA

Text Example


Text Example

White with #2951DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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