Html Css Color HEX #2358CF Cerulean Blue

📋 copy color: '#2358CF'

red 35 ◦ green 88 ◦ blue 207

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

Shades of Cerulean Blue #2358CF

Tints of Cerulean Blue #2358CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 10.61%
G = 26.67%
B = 62.73%

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

#2358CF (or 0x2358CF) is known color: Cerulean Blue. HEX triplet: 23, 58 and CF. RGB value is (35,88,207). Sum of RGB (Red+Green+Blue) = 35+88+207=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #2358CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2358CF is #DCA730. Grayscale: #555555. Windows color (decimal): -14460721 or 13588515. OLE color: 13588515.

HSL color Cylindrical-coordinate representation of color #2358CF: hue angle of 221.51º 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 #2358CF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 88 207 -
CMYK 0.83 0.57 0 0.19
HSL 221.51º 0.71% 0.47% -
HSV(B) 221.51º 0.83% 0.81% -
XYZ 15.45 11.84 60.5 -
YUV 85.72 196.44 91.82 -
System Red Green Blue C M Y K H S L
Decimal 35 88 207 0.83 0.57 0 0.19 221.51 0.71 0.47
Hex 23 58 CF 53 39 0 13 DE 47 2F
Octal 43 130 317 123 71 0 23 336 107 57
Binary 100011 1011000 11001111 1010011 111001 0 10011 11011110 1000111 101111

Color Harmonies of #2358CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2358CF

Black with #2358CF

Text Example


Text Example

White with #2358CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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