Html Css Color HEX #2149AF Cerulean Blue

📋 copy color: '#2149AF'

red 33 ◦ green 73 ◦ blue 175

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

Shades of Cerulean Blue #2149AF

Tints of Cerulean Blue #2149AF

RGB

 RED value IS 33 (13.28% from 255) = 11.74%

 GREEN value IS 73 (28.91% from 255) = 25.98%

 BLUE value IS 175 (68.75% from 255) = 62.28%

R = 11.74%
G = 25.98%
B = 62.28%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2149AF (or 0x2149AF) is known color: Cerulean Blue. HEX triplet: 21, 49 and AF. RGB value is (33,73,175). Sum of RGB (Red+Green+Blue) = 33+73+175=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #2149AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2149AF is #DEB650. Grayscale: #484848. Windows color (decimal): -14595665 or 11487521. OLE color: 11487521.

HSL color Cylindrical-coordinate representation of color #2149AF: hue angle of 223.1º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2149AF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 73 175 -
CMYK 0.81 0.58 0 0.31
HSL 223.1º 0.68% 0.41% -
HSV(B) 223.1º 0.81% 0.69% -
XYZ 10.75 8.18 41.57 -
YUV 72.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 33 73 175 0.81 0.58 0 0.31 223.1 0.68 0.41
Hex 21 49 AF 51 3A 0 1F DF 44 29
Octal 41 111 257 121 72 0 37 337 104 51
Binary 100001 1001001 10101111 1010001 111010 0 11111 11011111 1000100 101001

Color Harmonies of #2149AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2149AF

Black with #2149AF

Text Example


Text Example

White with #2149AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2149AF; }

 p { color: rgb(33,73,175); }

 H1.HeaderClassName
 {
   color: #2149AF;
 }
 .AnyTagClassName
 {
   color: #2149AF;
 }
</style>

background-color css

<style>
 a { background-color: #2149AF; }

 a { background-color: rgb(33,73,175); }

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

border-color css

<style>
 span { border-color: #2149AF; }

 span { border-color: rgb(33,73,175); }

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