Html Css Color HEX #2358BC Cerulean Blue

📋 copy color: '#2358BC'

red 35 ◦ green 88 ◦ blue 188

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

Shades of Cerulean Blue #2358BC

Tints of Cerulean Blue #2358BC

RGB

 RED value IS 35 (14.06% from 255) = 11.25%

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

 BLUE value IS 188 (73.83% from 255) = 60.45%

R = 11.25%
G = 28.3%
B = 60.45%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2358BC (or 0x2358BC) is known color: Cerulean Blue. HEX triplet: 23, 58 and BC. RGB value is (35,88,188). Sum of RGB (Red+Green+Blue) = 35+88+188=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #2358BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2358BC is #DCA743. Grayscale: #535353. Windows color (decimal): -14460740 or 12343331. OLE color: 12343331.

HSL color Cylindrical-coordinate representation of color #2358BC: hue angle of 219.22º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2358BC is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 88 188 -
CMYK 0.81 0.53 0 0.26
HSL 219.22º 0.69% 0.44% -
HSV(B) 219.22º 0.81% 0.74% -
XYZ 13.26 10.97 49 -
YUV 83.55 186.94 93.37 -
System Red Green Blue C M Y K H S L
Decimal 35 88 188 0.81 0.53 0 0.26 219.22 0.69 0.44
Hex 23 58 BC 51 35 0 1A DB 45 2C
Octal 43 130 274 121 65 0 32 333 105 54
Binary 100011 1011000 10111100 1010001 110101 0 11010 11011011 1000101 101100

Color Harmonies of #2358BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2358BC

Black with #2358BC

Text Example


Text Example

White with #2358BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2358BC; }

 p { color: rgb(35,88,188); }

 H1.HeaderClassName
 {
   color: #2358BC;
 }
 .AnyTagClassName
 {
   color: #2358BC;
 }
</style>

background-color css

<style>
 a { background-color: #2358BC; }

 a { background-color: rgb(35,88,188); }

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

border-color css

<style>
 span { border-color: #2358BC; }

 span { border-color: rgb(35,88,188); }

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