Html Css Color HEX #2850BA Cerulean Blue

📋 copy color: '#2850BA'

red 40 ◦ green 80 ◦ blue 186

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

Shades of Cerulean Blue #2850BA

Tints of Cerulean Blue #2850BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 13.07%
G = 26.14%
B = 60.78%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2850BA (or 0x2850BA) is known color: Cerulean Blue. HEX triplet: 28, 50 and BA. RGB value is (40,80,186). Sum of RGB (Red+Green+Blue) = 40+80+186=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #2850BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2850BA is #D7AF45. Grayscale: #4F4F4F. Windows color (decimal): -14135110 or 12210216. OLE color: 12210216.

HSL color Cylindrical-coordinate representation of color #2850BA: hue angle of 223.56º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2850BA is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 80 186 -
CMYK 0.78 0.57 0 0.27
HSL 223.56º 0.65% 0.44% -
HSV(B) 223.56º 0.78% 0.73% -
XYZ 12.61 9.73 47.67 -
YUV 80.12 187.75 99.38 -
System Red Green Blue C M Y K H S L
Decimal 40 80 186 0.78 0.57 0 0.27 223.56 0.65 0.44
Hex 28 50 BA 4E 39 0 1B E0 41 2C
Octal 50 120 272 116 71 0 33 340 101 54
Binary 101000 1010000 10111010 1001110 111001 0 11011 11100000 1000001 101100

Color Harmonies of #2850BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2850BA

Black with #2850BA

Text Example


Text Example

White with #2850BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2850BA; }

 p { color: rgb(40,80,186); }

 H1.HeaderClassName
 {
   color: #2850BA;
 }
 .AnyTagClassName
 {
   color: #2850BA;
 }
</style>

background-color css

<style>
 a { background-color: #2850BA; }

 a { background-color: rgb(40,80,186); }

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

border-color css

<style>
 span { border-color: #2850BA; }

 span { border-color: rgb(40,80,186); }

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