Html Css Color HEX #4293BC Curious Blue

📋 copy color: '#4293BC'

red 66 ◦ green 147 ◦ blue 188

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

Shades of Curious Blue #4293BC

Tints of Curious Blue #4293BC

RGB

 RED value IS 66 (26.17% from 255) = 16.46%

 GREEN value IS 147 (57.81% from 255) = 36.66%

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

R = 16.46%
G = 36.66%
B = 46.88%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4293BC (or 0x4293BC) is known color: Curious Blue. HEX triplet: 42, 93 and BC. RGB value is (66,147,188). Sum of RGB (Red+Green+Blue) = 66+147+188=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #4293BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4293BC is #BD6C43. Grayscale: #7F7F7F. Windows color (decimal): -12414020 or 12358466. OLE color: 12358466.

HSL color Cylindrical-coordinate representation of color #4293BC: hue angle of 200.16º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4293BC is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 147 188 -
CMYK 0.65 0.22 0 0.26
HSL 200.16º 0.48% 0.5% -
HSV(B) 200.16º 0.65% 0.74% -
XYZ 21.76 25.66 51.38 -
YUV 127.46 162.16 84.17 -
System Red Green Blue C M Y K H S L
Decimal 66 147 188 0.65 0.22 0 0.26 200.16 0.48 0.5
Hex 42 93 BC 41 16 0 1A C8 30 32
Octal 102 223 274 101 26 0 32 310 60 62
Binary 1000010 10010011 10111100 1000001 10110 0 11010 11001000 110000 110010

Color Harmonies of #4293BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4293BC

Black with #4293BC

Text Example


Text Example

White with #4293BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,147,188); }

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

background-color css

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

 a { background-color: rgb(66,147,188); }

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

border-color css

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

 span { border-color: rgb(66,147,188); }

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