#1F83CD

Color #1F83CD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #1F83CD

Tints of Curious Blue #1F83CD

Color information

#1F83CD (or 0x1F83CD) is unknown color: approx Curious Blue. HEX triplet: 1F, 83 and CD. RGB value is (31,131,205). Sum of RGB (Red+Green+Blue) = 31+131+205=367 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.45% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F83CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F83CD is #E07C32. Grayscale: #6D6D6D. Windows color (decimal): -14711859 or 13468447. OLE color: 13468447.

HSL color Cylindrical-coordinate representation of color #1F83CD: hue angle of 205.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F83CD is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB31131205-
CMYK0.850.3600.20
HSL205.52º73.73%46.27%-
HSV(B)205.52º84.88%80.39%-
XYZ19.720.9360.76-
YUV109.54181.8771.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.45%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 205 (80.47% from 255) = 55.86%
R=8.45%
G=35.69%
B=55.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal311312050.850.3600.20205.5273.7346.27
Hex1F83CD5524014ce4a2e
Octal372033151254402431611256
Binary1111110000011110011011010101100100010100110011101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F83CD; }

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

 H1.HeaderClassName
 {
   color: #1F83CD;
 }
 .AnyTagClassName
 {
   color: #1F83CD;
 }
</style>
background-color css

<style>
 a { background-color: #1F83CD; }

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

 div.DivClassName
 {
   background-color: #1F83CD;
 }
 .BgClassName
 {
   background-color: #1F83CD;
 }
</style>
border-color css

<style>
 span { border-color: #1F83CD; }

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

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