Html Css Color HEX #2254B3 Cerulean Blue

📋 copy color: '#2254B3'

red 34 ◦ green 84 ◦ blue 179

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

Shades of Cerulean Blue #2254B3

Tints of Cerulean Blue #2254B3

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

 BLUE value IS 179 (70.31% from 255) = 60.27%

R = 11.45%
G = 28.28%
B = 60.27%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2254B3 (or 0x2254B3) is known color: Cerulean Blue. HEX triplet: 22, 54 and B3. RGB value is (34,84,179). Sum of RGB (Red+Green+Blue) = 34+84+179=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 179 (70.31% from 255 or 60.27% from 297); Max value from RGB is 179 - color contains mainly: blue. Hex color #2254B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2254B3 is #DDAB4C. Grayscale: #4F4F4F. Windows color (decimal): -14527309 or 11752482. OLE color: 11752482.

HSL color Cylindrical-coordinate representation of color #2254B3: hue angle of 219.31º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2254B3 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 34 84 179 -
CMYK 0.81 0.53 0 0.30
HSL 219.31º 0.68% 0.42% -
HSV(B) 219.31º 0.81% 0.7% -
XYZ 11.97 9.94 43.93 -
YUV 79.88 183.94 95.28 -
System Red Green Blue C M Y K H S L
Decimal 34 84 179 0.81 0.53 0 0.30 219.31 0.68 0.42
Hex 22 54 B3 51 35 0 1E DB 44 2A
Octal 42 124 263 121 65 0 36 333 104 52
Binary 100010 1010100 10110011 1010001 110101 0 11110 11011011 1000100 101010

Color Harmonies of #2254B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2254B3

Black with #2254B3

Text Example


Text Example

White with #2254B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2254B3; }

 p { color: rgb(34,84,179); }

 H1.HeaderClassName
 {
   color: #2254B3;
 }
 .AnyTagClassName
 {
   color: #2254B3;
 }
</style>

background-color css

<style>
 a { background-color: #2254B3; }

 a { background-color: rgb(34,84,179); }

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

border-color css

<style>
 span { border-color: #2254B3; }

 span { border-color: rgb(34,84,179); }

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