Html Css Color HEX #2353D7 Cerulean Blue

📋 copy color: '#2353D7'

red 35 ◦ green 83 ◦ blue 215

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

Shades of Cerulean Blue #2353D7

Tints of Cerulean Blue #2353D7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

 BLUE value IS 215 (84.38% from 255) = 64.56%

R = 10.51%
G = 24.92%
B = 64.56%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2353D7 (or 0x2353D7) is known color: Cerulean Blue. HEX triplet: 23, 53 and D7. RGB value is (35,83,215). Sum of RGB (Red+Green+Blue) = 35+83+215=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 215 (84.38% from 255 or 64.56% from 333); Max value from RGB is 215 - color contains mainly: blue. Hex color #2353D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2353D7 is #DCAC28. Grayscale: #535353. Windows color (decimal): -14461993 or 14111523. OLE color: 14111523.

HSL color Cylindrical-coordinate representation of color #2353D7: hue angle of 224º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2353D7 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 83 215 -
CMYK 0.84 0.61 0 0.16
HSL 224º 0.72% 0.49% -
HSV(B) 224º 0.84% 0.84% -
XYZ 16.05 11.45 65.65 -
YUV 83.7 202.1 93.27 -
System Red Green Blue C M Y K H S L
Decimal 35 83 215 0.84 0.61 0 0.16 224 0.72 0.49
Hex 23 53 D7 54 3D 0 10 E0 48 31
Octal 43 123 327 124 75 0 20 340 110 61
Binary 100011 1010011 11010111 1010100 111101 0 10000 11100000 1001000 110001

Color Harmonies of #2353D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2353D7

Black with #2353D7

Text Example


Text Example

White with #2353D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2353D7; }

 p { color: rgb(35,83,215); }

 H1.HeaderClassName
 {
   color: #2353D7;
 }
 .AnyTagClassName
 {
   color: #2353D7;
 }
</style>

background-color css

<style>
 a { background-color: #2353D7; }

 a { background-color: rgb(35,83,215); }

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

border-color css

<style>
 span { border-color: #2353D7; }

 span { border-color: rgb(35,83,215); }

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