Html Css Color HEX #1F84CF Curious Blue

📋 copy color: '#1F84CF'

red 31 ◦ green 132 ◦ blue 207

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

Shades of Curious Blue #1F84CF

Tints of Curious Blue #1F84CF

RGB

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

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

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

R = 8.38%
G = 35.68%
B = 55.95%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F84CF (or 0x1F84CF) is known color: Curious Blue. HEX triplet: 1F, 84 and CF. RGB value is (31,132,207). Sum of RGB (Red+Green+Blue) = 31+132+207=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F84CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F84CF is #E07B30. Grayscale: #6D6D6D. Windows color (decimal): -14711601 or 13599775. OLE color: 13599775.

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

Color convert

RGB 31 132 207 -
CMYK 0.85 0.36 0 0.19
HSL 205.57º 0.74% 0.47% -
HSV(B) 205.57º 0.85% 0.81% -
XYZ 20.08 21.3 62.08 -
YUV 110.35 182.54 71.4 -
System Red Green Blue C M Y K H S L
Decimal 31 132 207 0.85 0.36 0 0.19 205.57 0.74 0.47
Hex 1F 84 CF 55 24 0 13 CE 4A 2F
Octal 37 204 317 125 44 0 23 316 112 57
Binary 11111 10000100 11001111 1010101 100100 0 10011 11001110 1001010 101111

Color Harmonies of #1F84CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F84CF

Black with #1F84CF

Text Example


Text Example

White with #1F84CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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