Html Css Color HEX #1F4FCA Cerulean Blue

📋 copy color: '#1F4FCA'

red 31 ◦ green 79 ◦ blue 202

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

Shades of Cerulean Blue #1F4FCA

Tints of Cerulean Blue #1F4FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 9.94%
G = 25.32%
B = 64.74%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1F4FCA (or 0x1F4FCA) is known color: Cerulean Blue. HEX triplet: 1F, 4F and CA. RGB value is (31,79,202). Sum of RGB (Red+Green+Blue) = 31+79+202=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F4FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4FCA is #E0B035. Grayscale: #4E4E4E. Windows color (decimal): -14725174 or 13258527. OLE color: 13258527.

HSL color Cylindrical-coordinate representation of color #1F4FCA: hue angle of 223.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4FCA is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 79 202 -
CMYK 0.85 0.61 0 0.21
HSL 223.16º 0.73% 0.46% -
HSV(B) 223.16º 0.85% 0.79% -
XYZ 14.02 10.15 57.1 -
YUV 78.67 197.6 94 -
System Red Green Blue C M Y K H S L
Decimal 31 79 202 0.85 0.61 0 0.21 223.16 0.73 0.46
Hex 1F 4F CA 55 3D 0 15 DF 49 2E
Octal 37 117 312 125 75 0 25 337 111 56
Binary 11111 1001111 11001010 1010101 111101 0 10101 11011111 1001001 101110

Color Harmonies of #1F4FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4FCA

Black with #1F4FCA

Text Example


Text Example

White with #1F4FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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