Html Css Color HEX #2353BC Cerulean Blue

📋 copy color: '#2353BC'

red 35 ◦ green 83 ◦ blue 188

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

Shades of Cerulean Blue #2353BC

Tints of Cerulean Blue #2353BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 11.44%
G = 27.12%
B = 61.44%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2353BC (or 0x2353BC) is known color: Cerulean Blue. HEX triplet: 23, 53 and BC. RGB value is (35,83,188). Sum of RGB (Red+Green+Blue) = 35+83+188=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #2353BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2353BC is #DCAC43. Grayscale: #505050. Windows color (decimal): -14462020 or 12342051. OLE color: 12342051.

HSL color Cylindrical-coordinate representation of color #2353BC: hue angle of 221.18º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2353BC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 83 188 -
CMYK 0.81 0.56 0 0.26
HSL 221.18º 0.69% 0.44% -
HSV(B) 221.18º 0.81% 0.74% -
XYZ 12.86 10.17 48.86 -
YUV 80.62 188.6 95.46 -
System Red Green Blue C M Y K H S L
Decimal 35 83 188 0.81 0.56 0 0.26 221.18 0.69 0.44
Hex 23 53 BC 51 38 0 1A DD 45 2C
Octal 43 123 274 121 70 0 32 335 105 54
Binary 100011 1010011 10111100 1010001 111000 0 11010 11011101 1000101 101100

Color Harmonies of #2353BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2353BC

Black with #2353BC

Text Example


Text Example

White with #2353BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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