Html Css Color HEX #2355BC Cerulean Blue

📋 copy color: '#2355BC'

red 35 ◦ green 85 ◦ blue 188

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

Shades of Cerulean Blue #2355BC

Tints of Cerulean Blue #2355BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 11.36%
G = 27.6%
B = 61.04%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2355BC (or 0x2355BC) is known color: Cerulean Blue. HEX triplet: 23, 55 and BC. RGB value is (35,85,188). Sum of RGB (Red+Green+Blue) = 35+85+188=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #2355BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2355BC is #DCAA43. Grayscale: #515151. Windows color (decimal): -14461508 or 12342563. OLE color: 12342563.

HSL color Cylindrical-coordinate representation of color #2355BC: hue angle of 220.39º 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 #2355BC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 85 188 -
CMYK 0.81 0.55 0 0.26
HSL 220.39º 0.69% 0.44% -
HSV(B) 220.39º 0.81% 0.74% -
XYZ 13.02 10.49 48.91 -
YUV 81.79 187.94 94.62 -
System Red Green Blue C M Y K H S L
Decimal 35 85 188 0.81 0.55 0 0.26 220.39 0.69 0.44
Hex 23 55 BC 51 37 0 1A DC 45 2C
Octal 43 125 274 121 67 0 32 334 105 54
Binary 100011 1010101 10111100 1010001 110111 0 11010 11011100 1000101 101100

Color Harmonies of #2355BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2355BC

Black with #2355BC

Text Example


Text Example

White with #2355BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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