Html Css Color HEX #2948CD Cerulean Blue

📋 copy color: '#2948CD'

red 41 ◦ green 72 ◦ blue 205

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

Shades of Cerulean Blue #2948CD

Tints of Cerulean Blue #2948CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 12.89%
G = 22.64%
B = 64.47%

CMYK

 C value IS 0.8

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2948CD (or 0x2948CD) is known color: Cerulean Blue. HEX triplet: 29, 48 and CD. RGB value is (41,72,205). Sum of RGB (Red+Green+Blue) = 41+72+205=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #2948CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948CD is #D6B732. Grayscale: #4D4D4D. Windows color (decimal): -14071603 or 13453353. OLE color: 13453353.

HSL color Cylindrical-coordinate representation of color #2948CD: hue angle of 228.66º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2948CD is Cyan = 0.8, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 72 205 -
CMYK 0.8 0.65 0 0.20
HSL 228.66º 0.67% 0.48% -
HSV(B) 228.66º 0.8% 0.8% -
XYZ 14.25 9.51 58.84 -
YUV 77.89 199.73 101.69 -
System Red Green Blue C M Y K H S L
Decimal 41 72 205 0.8 0.65 0 0.20 228.66 0.67 0.48
Hex 29 48 CD 50 41 0 14 E5 43 30
Octal 51 110 315 120 101 0 24 345 103 60
Binary 101001 1001000 11001101 1010000 1000001 0 10100 11100101 1000011 110000

Color Harmonies of #2948CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2948CD

Black with #2948CD

Text Example


Text Example

White with #2948CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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