Html Css Color HEX #2147CF Cerulean Blue

📋 copy color: '#2147CF'

red 33 ◦ green 71 ◦ blue 207

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

Shades of Cerulean Blue #2147CF

Tints of Cerulean Blue #2147CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

 BLUE value IS 207 (81.25% from 255) = 66.56%

R = 10.61%
G = 22.83%
B = 66.56%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2147CF (or 0x2147CF) is known color: Cerulean Blue. HEX triplet: 21, 47 and CF. RGB value is (33,71,207). Sum of RGB (Red+Green+Blue) = 33+71+207=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #2147CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2147CF is #DEB830. Grayscale: #4A4A4A. Windows color (decimal): -14596145 or 13584161. OLE color: 13584161.

HSL color Cylindrical-coordinate representation of color #2147CF: hue angle of 226.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2147CF is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 71 207 -
CMYK 0.84 0.66 0 0.19
HSL 226.9º 0.73% 0.47% -
HSV(B) 226.9º 0.84% 0.81% -
XYZ 14.14 9.33 60.09 -
YUV 75.14 202.41 97.94 -
System Red Green Blue C M Y K H S L
Decimal 33 71 207 0.84 0.66 0 0.19 226.9 0.73 0.47
Hex 21 47 CF 54 42 0 13 E3 48 2F
Octal 41 107 317 124 102 0 23 343 110 57
Binary 100001 1000111 11001111 1010100 1000010 0 10011 11100011 1001000 101111

Color Harmonies of #2147CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2147CF

Black with #2147CF

Text Example


Text Example

White with #2147CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2147CF; }

 p { color: rgb(33,71,207); }

 H1.HeaderClassName
 {
   color: #2147CF;
 }
 .AnyTagClassName
 {
   color: #2147CF;
 }
</style>

background-color css

<style>
 a { background-color: #2147CF; }

 a { background-color: rgb(33,71,207); }

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

border-color css

<style>
 span { border-color: #2147CF; }

 span { border-color: rgb(33,71,207); }

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