Html Css Color HEX #2058CB Cerulean Blue

📋 copy color: '#2058CB'

red 32 ◦ green 88 ◦ blue 203

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

Shades of Cerulean Blue #2058CB

Tints of Cerulean Blue #2058CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.85%

R = 9.91%
G = 27.24%
B = 62.85%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2058CB (or 0x2058CB) is known color: Cerulean Blue. HEX triplet: 20, 58 and CB. RGB value is (32,88,203). Sum of RGB (Red+Green+Blue) = 32+88+203=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #2058CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2058CB is #DFA734. Grayscale: #535353. Windows color (decimal): -14657333 or 13326368. OLE color: 13326368.

HSL color Cylindrical-coordinate representation of color #2058CB: hue angle of 220.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2058CB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 88 203 -
CMYK 0.84 0.57 0 0.20
HSL 220.35º 0.73% 0.46% -
HSV(B) 220.35º 0.84% 0.8% -
XYZ 14.86 11.6 57.96 -
YUV 84.37 194.95 90.65 -
System Red Green Blue C M Y K H S L
Decimal 32 88 203 0.84 0.57 0 0.20 220.35 0.73 0.46
Hex 20 58 CB 54 39 0 14 DC 49 2E
Octal 40 130 313 124 71 0 24 334 111 56
Binary 100000 1011000 11001011 1010100 111001 0 10100 11011100 1001001 101110

Color Harmonies of #2058CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2058CB

Black with #2058CB

Text Example


Text Example

White with #2058CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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