Html Css Color HEX #1F457C Fun Blue

📋 copy color: '#1F457C'

red 31 ◦ green 69 ◦ blue 124

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

Shades of Fun Blue #1F457C

Tints of Fun Blue #1F457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 124 (48.83% from 255) = 55.36%

R = 13.84%
G = 30.8%
B = 55.36%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F457C (or 0x1F457C) is known color: Fun Blue. HEX triplet: 1F, 45 and 7C. RGB value is (31,69,124). Sum of RGB (Red+Green+Blue) = 31+69+124=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F457C is #E0BA83. Grayscale: #3F3F3F. Windows color (decimal): -14727812 or 8144159. OLE color: 8144159.

HSL color Cylindrical-coordinate representation of color #1F457C: hue angle of 215.48º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F457C is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 69 124 -
CMYK 0.75 0.44 0 0.51
HSL 215.48º 0.6% 0.3% -
HSV(B) 215.48º 0.75% 0.49% -
XYZ 6.33 6 19.89 -
YUV 63.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 31 69 124 0.75 0.44 0 0.51 215.48 0.6 0.3
Hex 1F 45 7C 4B 2C 0 33 D7 3C 1E
Octal 37 105 174 113 54 0 63 327 74 36
Binary 11111 1000101 1111100 1001011 101100 0 110011 11010111 111100 11110

Color Harmonies of #1F457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F457C

Black with #1F457C

Text Example


Text Example

White with #1F457C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,69,124); }

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

background-color css

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

 a { background-color: rgb(31,69,124); }

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

border-color css

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

 span { border-color: rgb(31,69,124); }

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