Html Css Color HEX #2847CA Cerulean Blue

📋 copy color: '#2847CA'

red 40 ◦ green 71 ◦ blue 202

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

Shades of Cerulean Blue #2847CA

Tints of Cerulean Blue #2847CA

RGB

 RED value IS 40 (16.02% from 255) = 12.78%

 GREEN value IS 71 (28.13% from 255) = 22.68%

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

R = 12.78%
G = 22.68%
B = 64.54%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2847CA (or 0x2847CA) is known color: Cerulean Blue. HEX triplet: 28, 47 and CA. RGB value is (40,71,202). Sum of RGB (Red+Green+Blue) = 40+71+202=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #2847CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2847CA is #D7B835. Grayscale: #4C4C4C. Windows color (decimal): -14137398 or 13256488. OLE color: 13256488.

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

Color convert

RGB 40 71 202 -
CMYK 0.80 0.65 0 0.21
HSL 228.52º 0.67% 0.47% -
HSV(B) 228.52º 0.8% 0.79% -
XYZ 13.79 9.22 56.93 -
YUV 76.67 198.73 101.85 -
System Red Green Blue C M Y K H S L
Decimal 40 71 202 0.80 0.65 0 0.21 228.52 0.67 0.47
Hex 28 47 CA 50 41 0 15 E5 43 2F
Octal 50 107 312 120 101 0 25 345 103 57
Binary 101000 1000111 11001010 1010000 1000001 0 10101 11100101 1000011 101111

Color Harmonies of #2847CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2847CA

Black with #2847CA

Text Example


Text Example

White with #2847CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,71,202); }

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

background-color css

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

 a { background-color: rgb(40,71,202); }

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

border-color css

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

 span { border-color: rgb(40,71,202); }

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