Html Css Color HEX #1F4CC3 Cerulean Blue

📋 copy color: '#1F4CC3'

red 31 ◦ green 76 ◦ blue 195

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

Shades of Cerulean Blue #1F4CC3

Tints of Cerulean Blue #1F4CC3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

 BLUE value IS 195 (76.56% from 255) = 64.57%

R = 10.26%
G = 25.17%
B = 64.57%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1F4CC3 (or 0x1F4CC3) is known color: Cerulean Blue. HEX triplet: 1F, 4C and C3. RGB value is (31,76,195). Sum of RGB (Red+Green+Blue) = 31+76+195=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 195 (76.56% from 255 or 64.57% from 302); Max value from RGB is 195 - color contains mainly: blue. Hex color #1F4CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4CC3 is #E0B33C. Grayscale: #4B4B4B. Windows color (decimal): -14725949 or 12799007. OLE color: 12799007.

HSL color Cylindrical-coordinate representation of color #1F4CC3: hue angle of 223.54º degrees, saturation: 0.73, 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 #1F4CC3 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 76 195 -
CMYK 0.84 0.61 0 0.24
HSL 223.54º 0.73% 0.44% -
HSV(B) 223.54º 0.84% 0.76% -
XYZ 13 9.4 52.76 -
YUV 76.11 195.09 95.82 -
System Red Green Blue C M Y K H S L
Decimal 31 76 195 0.84 0.61 0 0.24 223.54 0.73 0.44
Hex 1F 4C C3 54 3D 0 18 E0 49 2C
Octal 37 114 303 124 75 0 30 340 111 54
Binary 11111 1001100 11000011 1010100 111101 0 11000 11100000 1001001 101100

Color Harmonies of #1F4CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4CC3

Black with #1F4CC3

Text Example


Text Example

White with #1F4CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,76,195); }

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

background-color css

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

 a { background-color: rgb(31,76,195); }

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

border-color css

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

 span { border-color: rgb(31,76,195); }

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