Html Css Color HEX #2358BB Cerulean Blue

📋 copy color: '#2358BB'

red 35 ◦ green 88 ◦ blue 187

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

Shades of Cerulean Blue #2358BB

Tints of Cerulean Blue #2358BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.32%

R = 11.29%
G = 28.39%
B = 60.32%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2358BB (or 0x2358BB) is known color: Cerulean Blue. HEX triplet: 23, 58 and BB. RGB value is (35,88,187). Sum of RGB (Red+Green+Blue) = 35+88+187=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #2358BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2358BB is #DCA744. Grayscale: #525252. Windows color (decimal): -14460741 or 12277795. OLE color: 12277795.

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

Color convert

RGB 35 88 187 -
CMYK 0.81 0.53 0 0.27
HSL 219.08º 0.68% 0.44% -
HSV(B) 219.08º 0.81% 0.73% -
XYZ 13.15 10.92 48.43 -
YUV 83.44 186.44 93.45 -
System Red Green Blue C M Y K H S L
Decimal 35 88 187 0.81 0.53 0 0.27 219.08 0.68 0.44
Hex 23 58 BB 51 35 0 1B DB 44 2C
Octal 43 130 273 121 65 0 33 333 104 54
Binary 100011 1011000 10111011 1010001 110101 0 11011 11011011 1000100 101100

Color Harmonies of #2358BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2358BB

Black with #2358BB

Text Example


Text Example

White with #2358BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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