Html Css Color HEX #2058BA Cerulean Blue

📋 copy color: '#2058BA'

red 32 ◦ green 88 ◦ blue 186

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

Shades of Cerulean Blue #2058BA

Tints of Cerulean Blue #2058BA

RGB

 RED value IS 32 (12.89% from 255) = 10.46%

 GREEN value IS 88 (34.77% from 255) = 28.76%

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

R = 10.46%
G = 28.76%
B = 60.78%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2058BA (or 0x2058BA) is known color: Cerulean Blue. HEX triplet: 20, 58 and BA. RGB value is (32,88,186). Sum of RGB (Red+Green+Blue) = 32+88+186=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 88 (34.77% from 255 or 28.76% 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 #2058BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2058BA is #DFA745. Grayscale: #515151. Windows color (decimal): -14657350 or 12212256. OLE color: 12212256.

HSL color Cylindrical-coordinate representation of color #2058BA: hue angle of 218.18º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2058BA is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 88 186 -
CMYK 0.83 0.53 0 0.27
HSL 218.18º 0.71% 0.43% -
HSV(B) 218.18º 0.83% 0.73% -
XYZ 12.95 10.83 47.86 -
YUV 82.43 186.45 92.03 -
System Red Green Blue C M Y K H S L
Decimal 32 88 186 0.83 0.53 0 0.27 218.18 0.71 0.43
Hex 20 58 BA 53 35 0 1B DA 47 2B
Octal 40 130 272 123 65 0 33 332 107 53
Binary 100000 1011000 10111010 1010011 110101 0 11011 11011010 1000111 101011

Color Harmonies of #2058BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2058BA

Black with #2058BA

Text Example


Text Example

White with #2058BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,88,186); }

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

background-color css

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

 a { background-color: rgb(32,88,186); }

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

border-color css

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

 span { border-color: rgb(32,88,186); }

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