Html Css Color HEX #4183CD Curious Blue

📋 copy color: '#4183CD'

red 65 ◦ green 131 ◦ blue 205

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

Shades of Curious Blue #4183CD

Tints of Curious Blue #4183CD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 16.21%
G = 32.67%
B = 51.12%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4183CD (or 0x4183CD) is known color: Curious Blue. HEX triplet: 41, 83 and CD. RGB value is (65,131,205). Sum of RGB (Red+Green+Blue) = 65+131+205=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #4183CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4183CD is #BE7C32. Grayscale: #777777. Windows color (decimal): -12483635 or 13468481. OLE color: 13468481.

HSL color Cylindrical-coordinate representation of color #4183CD: hue angle of 211.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4183CD is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 131 205 -
CMYK 0.68 0.36 0 0.20
HSL 211.71º 0.58% 0.53% -
HSV(B) 211.71º 0.68% 0.8% -
XYZ 21.32 21.76 60.84 -
YUV 119.7 176.13 88.98 -
System Red Green Blue C M Y K H S L
Decimal 65 131 205 0.68 0.36 0 0.20 211.71 0.58 0.53
Hex 41 83 CD 44 24 0 14 D4 3A 35
Octal 101 203 315 104 44 0 24 324 72 65
Binary 1000001 10000011 11001101 1000100 100100 0 10100 11010100 111010 110101

Color Harmonies of #4183CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4183CD

Black with #4183CD

Text Example


Text Example

White with #4183CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4183CD; }

 p { color: rgb(65,131,205); }

 H1.HeaderClassName
 {
   color: #4183CD;
 }
 .AnyTagClassName
 {
   color: #4183CD;
 }
</style>

background-color css

<style>
 a { background-color: #4183CD; }

 a { background-color: rgb(65,131,205); }

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

border-color css

<style>
 span { border-color: #4183CD; }

 span { border-color: rgb(65,131,205); }

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