Html Css Color HEX #2358CE Cerulean Blue

📋 copy color: '#2358CE'

red 35 ◦ green 88 ◦ blue 206

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

Shades of Cerulean Blue #2358CE

Tints of Cerulean Blue #2358CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 10.64%
G = 26.75%
B = 62.61%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2358CE (or 0x2358CE) is known color: Cerulean Blue. HEX triplet: 23, 58 and CE. RGB value is (35,88,206). Sum of RGB (Red+Green+Blue) = 35+88+206=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #2358CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2358CE is #DCA731. Grayscale: #555555. Windows color (decimal): -14460722 or 13522979. OLE color: 13522979.

HSL color Cylindrical-coordinate representation of color #2358CE: hue angle of 221.4º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2358CE is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 88 206 -
CMYK 0.83 0.57 0 0.19
HSL 221.4º 0.71% 0.47% -
HSV(B) 221.4º 0.83% 0.81% -
XYZ 15.32 11.79 59.86 -
YUV 85.61 195.94 91.91 -
System Red Green Blue C M Y K H S L
Decimal 35 88 206 0.83 0.57 0 0.19 221.4 0.71 0.47
Hex 23 58 CE 53 39 0 13 DD 47 2F
Octal 43 130 316 123 71 0 23 335 107 57
Binary 100011 1011000 11001110 1010011 111001 0 10011 11011101 1000111 101111

Color Harmonies of #2358CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2358CE

Black with #2358CE

Text Example


Text Example

White with #2358CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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