Html Css Color HEX #2948CA Cerulean Blue

📋 copy color: '#2948CA'

red 41 ◦ green 72 ◦ blue 202

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

Shades of Cerulean Blue #2948CA

Tints of Cerulean Blue #2948CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

 BLUE value IS 202 (79.3% from 255) = 64.13%

R = 13.02%
G = 22.86%
B = 64.13%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2948CA (or 0x2948CA) is known color: Cerulean Blue. HEX triplet: 29, 48 and CA. RGB value is (41,72,202). Sum of RGB (Red+Green+Blue) = 41+72+202=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #2948CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948CA is #D6B735. Grayscale: #4D4D4D. Windows color (decimal): -14071606 or 13256745. OLE color: 13256745.

HSL color Cylindrical-coordinate representation of color #2948CA: hue angle of 228.45º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2948CA is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 72 202 -
CMYK 0.80 0.64 0 0.21
HSL 228.45º 0.66% 0.48% -
HSV(B) 228.45º 0.8% 0.79% -
XYZ 13.89 9.37 56.95 -
YUV 77.55 198.23 101.93 -
System Red Green Blue C M Y K H S L
Decimal 41 72 202 0.80 0.64 0 0.21 228.45 0.66 0.48
Hex 29 48 CA 50 40 0 15 E4 42 30
Octal 51 110 312 120 100 0 25 344 102 60
Binary 101001 1001000 11001010 1010000 1000000 0 10101 11100100 1000010 110000

Color Harmonies of #2948CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2948CA

Black with #2948CA

Text Example


Text Example

White with #2948CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2948CA; }

 p { color: rgb(41,72,202); }

 H1.HeaderClassName
 {
   color: #2948CA;
 }
 .AnyTagClassName
 {
   color: #2948CA;
 }
</style>

background-color css

<style>
 a { background-color: #2948CA; }

 a { background-color: rgb(41,72,202); }

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

border-color css

<style>
 span { border-color: #2948CA; }

 span { border-color: rgb(41,72,202); }

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