Html Css Color HEX #1F7DBE Curious Blue

📋 copy color: '#1F7DBE'

red 31 ◦ green 125 ◦ blue 190

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

Shades of Curious Blue #1F7DBE

Tints of Curious Blue #1F7DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 8.96%
G = 36.13%
B = 54.91%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F7DBE (or 0x1F7DBE) is known color: Curious Blue. HEX triplet: 1F, 7D and BE. RGB value is (31,125,190). Sum of RGB (Red+Green+Blue) = 31+125+190=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F7DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7DBE is #E08241. Grayscale: #676767. Windows color (decimal): -14713410 or 12483871. OLE color: 12483871.

HSL color Cylindrical-coordinate representation of color #1F7DBE: hue angle of 204.53º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7DBE is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 125 190 -
CMYK 0.84 0.34 0 0.25
HSL 204.53º 0.72% 0.43% -
HSV(B) 204.53º 0.84% 0.75% -
XYZ 17.19 18.68 51.41 -
YUV 104.3 176.36 75.71 -
System Red Green Blue C M Y K H S L
Decimal 31 125 190 0.84 0.34 0 0.25 204.53 0.72 0.43
Hex 1F 7D BE 54 22 0 19 CD 48 2B
Octal 37 175 276 124 42 0 31 315 110 53
Binary 11111 1111101 10111110 1010100 100010 0 11001 11001101 1001000 101011

Color Harmonies of #1F7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7DBE

Black with #1F7DBE

Text Example


Text Example

White with #1F7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,125,190); }

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

background-color css

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

 a { background-color: rgb(31,125,190); }

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

border-color css

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

 span { border-color: rgb(31,125,190); }

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