Html Css Color HEX #2353BB Cerulean Blue

📋 copy color: '#2353BB'

red 35 ◦ green 83 ◦ blue 187

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

Shades of Cerulean Blue #2353BB

Tints of Cerulean Blue #2353BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.31%

R = 11.48%
G = 27.21%
B = 61.31%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2353BB (or 0x2353BB) is known color: Cerulean Blue. HEX triplet: 23, 53 and BB. RGB value is (35,83,187). Sum of RGB (Red+Green+Blue) = 35+83+187=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #2353BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2353BB is #DCAC44. Grayscale: #505050. Windows color (decimal): -14462021 or 12276515. OLE color: 12276515.

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

Color convert

RGB 35 83 187 -
CMYK 0.81 0.56 0 0.27
HSL 221.05º 0.68% 0.44% -
HSV(B) 221.05º 0.81% 0.73% -
XYZ 12.76 10.13 48.3 -
YUV 80.5 188.1 95.54 -
System Red Green Blue C M Y K H S L
Decimal 35 83 187 0.81 0.56 0 0.27 221.05 0.68 0.44
Hex 23 53 BB 51 38 0 1B DD 44 2C
Octal 43 123 273 121 70 0 33 335 104 54
Binary 100011 1010011 10111011 1010001 111000 0 11011 11011101 1000100 101100

Color Harmonies of #2353BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2353BB

Black with #2353BB

Text Example


Text Example

White with #2353BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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