Html Css Color HEX #1F87CC Curious Blue

📋 copy color: '#1F87CC'

red 31 ◦ green 135 ◦ blue 204

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

Shades of Curious Blue #1F87CC

Tints of Curious Blue #1F87CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

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

R = 8.38%
G = 36.49%
B = 55.14%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F87CC (or 0x1F87CC) is known color: Curious Blue. HEX triplet: 1F, 87 and CC. RGB value is (31,135,204). Sum of RGB (Red+Green+Blue) = 31+135+204=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F87CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F87CC is #E07833. Grayscale: #6F6F6F. Windows color (decimal): -14710836 or 13403935. OLE color: 13403935.

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

Color convert

RGB 31 135 204 -
CMYK 0.85 0.34 0 0.2
HSL 203.93º 0.74% 0.46% -
HSV(B) 203.93º 0.85% 0.8% -
XYZ 20.13 21.98 60.31 -
YUV 111.77 180.04 70.39 -
System Red Green Blue C M Y K H S L
Decimal 31 135 204 0.85 0.34 0 0.2 203.93 0.74 0.46
Hex 1F 87 CC 55 22 0 14 CC 4A 2E
Octal 37 207 314 125 42 0 24 314 112 56
Binary 11111 10000111 11001100 1010101 100010 0 10100 11001100 1001010 101110

Color Harmonies of #1F87CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F87CC

Black with #1F87CC

Text Example


Text Example

White with #1F87CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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