Html Css Color HEX #1F82CC Curious Blue

📋 copy color: '#1F82CC'

red 31 ◦ green 130 ◦ blue 204

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

Shades of Curious Blue #1F82CC

Tints of Curious Blue #1F82CC

RGB

 RED value IS 31 (12.5% from 255) = 8.49%

 GREEN value IS 130 (51.17% from 255) = 35.62%

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 8.49%
G = 35.62%
B = 55.89%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F82CC (or 0x1F82CC) is known color: Curious Blue. HEX triplet: 1F, 82 and CC. RGB value is (31,130,204). Sum of RGB (Red+Green+Blue) = 31+130+204=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F82CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F82CC is #E07D33. Grayscale: #6C6C6C. Windows color (decimal): -14712116 or 13402655. OLE color: 13402655.

HSL color Cylindrical-coordinate representation of color #1F82CC: hue angle of 205.66º 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 #1F82CC is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 130 204 -
CMYK 0.85 0.36 0 0.2
HSL 205.66º 0.74% 0.46% -
HSV(B) 205.66º 0.85% 0.8% -
XYZ 19.45 20.62 60.08 -
YUV 108.84 181.7 72.48 -
System Red Green Blue C M Y K H S L
Decimal 31 130 204 0.85 0.36 0 0.2 205.66 0.74 0.46
Hex 1F 82 CC 55 24 0 14 CE 4A 2E
Octal 37 202 314 125 44 0 24 316 112 56
Binary 11111 10000010 11001100 1010101 100100 0 10100 11001110 1001010 101110

Color Harmonies of #1F82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F82CC

Black with #1F82CC

Text Example


Text Example

White with #1F82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,130,204); }

 H1.HeaderClassName
 {
   color: #1F82CC;
 }
 .AnyTagClassName
 {
   color: #1F82CC;
 }
</style>

background-color css

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

 a { background-color: rgb(31,130,204); }

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

border-color css

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

 span { border-color: rgb(31,130,204); }

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