Html Css Color HEX #1F4FC1 Cerulean Blue

📋 copy color: '#1F4FC1'

red 31 ◦ green 79 ◦ blue 193

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

Shades of Cerulean Blue #1F4FC1

Tints of Cerulean Blue #1F4FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

 BLUE value IS 193 (75.78% from 255) = 63.7%

R = 10.23%
G = 26.07%
B = 63.7%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1F4FC1 (or 0x1F4FC1) is known color: Cerulean Blue. HEX triplet: 1F, 4F and C1. RGB value is (31,79,193). Sum of RGB (Red+Green+Blue) = 31+79+193=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #1F4FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4FC1 is #E0B03E. Grayscale: #4D4D4D. Windows color (decimal): -14725183 or 12668703. OLE color: 12668703.

HSL color Cylindrical-coordinate representation of color #1F4FC1: hue angle of 222.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F4FC1 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 79 193 -
CMYK 0.84 0.59 0 0.24
HSL 222.22º 0.72% 0.44% -
HSV(B) 222.22º 0.84% 0.76% -
XYZ 12.99 9.73 51.65 -
YUV 77.64 193.1 94.73 -
System Red Green Blue C M Y K H S L
Decimal 31 79 193 0.84 0.59 0 0.24 222.22 0.72 0.44
Hex 1F 4F C1 54 3B 0 18 DE 48 2C
Octal 37 117 301 124 73 0 30 336 110 54
Binary 11111 1001111 11000001 1010100 111011 0 11000 11011110 1001000 101100

Color Harmonies of #1F4FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4FC1

Black with #1F4FC1

Text Example


Text Example

White with #1F4FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,79,193); }

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

background-color css

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

 a { background-color: rgb(31,79,193); }

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

border-color css

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

 span { border-color: rgb(31,79,193); }

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