Html Css Color HEX #1F84CC Curious Blue

📋 copy color: '#1F84CC'

red 31 ◦ green 132 ◦ blue 204

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

Shades of Curious Blue #1F84CC

Tints of Curious Blue #1F84CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 8.45%
G = 35.97%
B = 55.59%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F84CC (or 0x1F84CC) is known color: Curious Blue. HEX triplet: 1F, 84 and CC. RGB value is (31,132,204). Sum of RGB (Red+Green+Blue) = 31+132+204=367 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.45% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F84CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F84CC is #E07B33. Grayscale: #6D6D6D. Windows color (decimal): -14711604 or 13403167. OLE color: 13403167.

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

Color convert

RGB 31 132 204 -
CMYK 0.85 0.35 0 0.2
HSL 204.97º 0.74% 0.46% -
HSV(B) 204.97º 0.85% 0.8% -
XYZ 19.72 21.15 60.17 -
YUV 110.01 181.04 71.65 -
System Red Green Blue C M Y K H S L
Decimal 31 132 204 0.85 0.35 0 0.2 204.97 0.74 0.46
Hex 1F 84 CC 55 23 0 14 CD 4A 2E
Octal 37 204 314 125 43 0 24 315 112 56
Binary 11111 10000100 11001100 1010101 100011 0 10100 11001101 1001010 101110

Color Harmonies of #1F84CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F84CC

Black with #1F84CC

Text Example


Text Example

White with #1F84CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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