Html Css Color HEX #2358DF Cerulean Blue

📋 copy color: '#2358DF'

red 35 ◦ green 88 ◦ blue 223

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

Shades of Cerulean Blue #2358DF

Tints of Cerulean Blue #2358DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.45%

R = 10.12%
G = 25.43%
B = 64.45%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2358DF (or 0x2358DF) is known color: Cerulean Blue. HEX triplet: 23, 58 and DF. RGB value is (35,88,223). Sum of RGB (Red+Green+Blue) = 35+88+223=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #2358DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2358DF is #DCA720. Grayscale: #565656. Windows color (decimal): -14460705 or 14637091. OLE color: 14637091.

HSL color Cylindrical-coordinate representation of color #2358DF: hue angle of 223.09º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2358DF is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 88 223 -
CMYK 0.84 0.61 0 0.13
HSL 223.09º 0.75% 0.51% -
HSV(B) 223.09º 0.84% 0.87% -
XYZ 17.5 12.66 71.33 -
YUV 87.54 204.44 90.52 -
System Red Green Blue C M Y K H S L
Decimal 35 88 223 0.84 0.61 0 0.13 223.09 0.75 0.51
Hex 23 58 DF 54 3D 0 D DF 4B 33
Octal 43 130 337 124 75 0 15 337 113 63
Binary 100011 1011000 11011111 1010100 111101 0 1101 11011111 1001011 110011

Color Harmonies of #2358DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2358DF

Black with #2358DF

Text Example


Text Example

White with #2358DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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