Html Css Color HEX #1F80CF Curious Blue

📋 copy color: '#1F80CF'

red 31 ◦ green 128 ◦ blue 207

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

Shades of Curious Blue #1F80CF

Tints of Curious Blue #1F80CF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 8.47%
G = 34.97%
B = 56.56%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F80CF (or 0x1F80CF) is known color: Curious Blue. HEX triplet: 1F, 80 and CF. RGB value is (31,128,207). Sum of RGB (Red+Green+Blue) = 31+128+207=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F80CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F80CF is #E07F30. Grayscale: #6B6B6B. Windows color (decimal): -14712625 or 13598751. OLE color: 13598751.

HSL color Cylindrical-coordinate representation of color #1F80CF: hue angle of 206.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F80CF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 128 207 -
CMYK 0.85 0.38 0 0.19
HSL 206.93º 0.74% 0.47% -
HSV(B) 206.93º 0.85% 0.81% -
XYZ 19.55 20.23 61.91 -
YUV 108 183.86 73.08 -
System Red Green Blue C M Y K H S L
Decimal 31 128 207 0.85 0.38 0 0.19 206.93 0.74 0.47
Hex 1F 80 CF 55 26 0 13 CF 4A 2F
Octal 37 200 317 125 46 0 23 317 112 57
Binary 11111 10000000 11001111 1010101 100110 0 10011 11001111 1001010 101111

Color Harmonies of #1F80CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F80CF

Black with #1F80CF

Text Example


Text Example

White with #1F80CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,128,207); }

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

background-color css

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

 a { background-color: rgb(31,128,207); }

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

border-color css

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

 span { border-color: rgb(31,128,207); }

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