Html Css Color HEX #1F89CF Curious Blue

📋 copy color: '#1F89CF'

red 31 ◦ green 137 ◦ blue 207

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

Shades of Curious Blue #1F89CF

Tints of Curious Blue #1F89CF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 8.27%
G = 36.53%
B = 55.2%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F89CF (or 0x1F89CF) is known color: Curious Blue. HEX triplet: 1F, 89 and CF. RGB value is (31,137,207). Sum of RGB (Red+Green+Blue) = 31+137+207=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F89CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F89CF is #E07630. Grayscale: #707070. Windows color (decimal): -14710321 or 13601055. OLE color: 13601055.

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

Color convert

RGB 31 137 207 -
CMYK 0.85 0.34 0 0.19
HSL 203.86º 0.74% 0.47% -
HSV(B) 203.86º 0.85% 0.81% -
XYZ 20.77 22.69 62.32 -
YUV 113.29 180.88 69.31 -
System Red Green Blue C M Y K H S L
Decimal 31 137 207 0.85 0.34 0 0.19 203.86 0.74 0.47
Hex 1F 89 CF 55 22 0 13 CC 4A 2F
Octal 37 211 317 125 42 0 23 314 112 57
Binary 11111 10001001 11001111 1010101 100010 0 10011 11001100 1001010 101111

Color Harmonies of #1F89CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F89CF

Black with #1F89CF

Text Example


Text Example

White with #1F89CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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