Html Css Color HEX #4193D0 Curious Blue

📋 copy color: '#4193D0'

red 65 ◦ green 147 ◦ blue 208

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

Shades of Curious Blue #4193D0

Tints of Curious Blue #4193D0

RGB

 RED value IS 65 (25.78% from 255) = 15.48%

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

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 15.48%
G = 35%
B = 49.52%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4193D0 (or 0x4193D0) is known color: Curious Blue. HEX triplet: 41, 93 and D0. RGB value is (65,147,208). Sum of RGB (Red+Green+Blue) = 65+147+208=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #4193D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4193D0 is #BE6C2F. Grayscale: #818181. Windows color (decimal): -12479536 or 13669185. OLE color: 13669185.

HSL color Cylindrical-coordinate representation of color #4193D0: hue angle of 205.59º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4193D0 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 147 208 -
CMYK 0.69 0.29 0 0.18
HSL 205.59º 0.6% 0.54% -
HSV(B) 205.59º 0.69% 0.82% -
XYZ 24 26.55 63.53 -
YUV 129.44 172.33 82.04 -
System Red Green Blue C M Y K H S L
Decimal 65 147 208 0.69 0.29 0 0.18 205.59 0.6 0.54
Hex 41 93 D0 45 1D 0 12 CE 3C 36
Octal 101 223 320 105 35 0 22 316 74 66
Binary 1000001 10010011 11010000 1000101 11101 0 10010 11001110 111100 110110

Color Harmonies of #4193D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4193D0

Black with #4193D0

Text Example


Text Example

White with #4193D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4193D0; }

 p { color: rgb(65,147,208); }

 H1.HeaderClassName
 {
   color: #4193D0;
 }
 .AnyTagClassName
 {
   color: #4193D0;
 }
</style>

background-color css

<style>
 a { background-color: #4193D0; }

 a { background-color: rgb(65,147,208); }

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

border-color css

<style>
 span { border-color: #4193D0; }

 span { border-color: rgb(65,147,208); }

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