Html Css Color HEX #2257BC Cerulean Blue

📋 copy color: '#2257BC'

red 34 ◦ green 87 ◦ blue 188

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

Shades of Cerulean Blue #2257BC

Tints of Cerulean Blue #2257BC

RGB

 RED value IS 34 (13.67% from 255) = 11%

 GREEN value IS 87 (34.38% from 255) = 28.16%

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

R = 11%
G = 28.16%
B = 60.84%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2257BC (or 0x2257BC) is known color: Cerulean Blue. HEX triplet: 22, 57 and BC. RGB value is (34,87,188). Sum of RGB (Red+Green+Blue) = 34+87+188=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #2257BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2257BC is #DDA843. Grayscale: #525252. Windows color (decimal): -14526532 or 12343074. OLE color: 12343074.

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

Color convert

RGB 34 87 188 -
CMYK 0.82 0.54 0 0.26
HSL 219.35º 0.69% 0.44% -
HSV(B) 219.35º 0.82% 0.74% -
XYZ 13.14 10.79 48.97 -
YUV 82.67 187.44 93.29 -
System Red Green Blue C M Y K H S L
Decimal 34 87 188 0.82 0.54 0 0.26 219.35 0.69 0.44
Hex 22 57 BC 52 36 0 1A DB 45 2C
Octal 42 127 274 122 66 0 32 333 105 54
Binary 100010 1010111 10111100 1010010 110110 0 11010 11011011 1000101 101100

Color Harmonies of #2257BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2257BC

Black with #2257BC

Text Example


Text Example

White with #2257BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,87,188); }

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

background-color css

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

 a { background-color: rgb(34,87,188); }

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

border-color css

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

 span { border-color: rgb(34,87,188); }

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