Html Css Color HEX #1F4EDF Cerulean Blue

📋 copy color: '#1F4EDF'

red 31 ◦ green 78 ◦ blue 223

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

Shades of Cerulean Blue #1F4EDF

Tints of Cerulean Blue #1F4EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.49%

 BLUE value IS 223 (87.5% from 255) = 67.17%

R = 9.34%
G = 23.49%
B = 67.17%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F4EDF (or 0x1F4EDF) is known color: Cerulean Blue. HEX triplet: 1F, 4E and DF. RGB value is (31,78,223). Sum of RGB (Red+Green+Blue) = 31+78+223=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F4EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4EDF is #E0B120. Grayscale: #4F4F4F. Windows color (decimal): -14725409 or 14634527. OLE color: 14634527.

HSL color Cylindrical-coordinate representation of color #1F4EDF: hue angle of 225.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F4EDF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 78 223 -
CMYK 0.86 0.65 0 0.13
HSL 225.31º 0.76% 0.5% -
HSV(B) 225.31º 0.86% 0.87% -
XYZ 16.61 11.07 71.07 -
YUV 80.48 208.43 92.71 -
System Red Green Blue C M Y K H S L
Decimal 31 78 223 0.86 0.65 0 0.13 225.31 0.76 0.5
Hex 1F 4E DF 56 41 0 D E1 4C 32
Octal 37 116 337 126 101 0 15 341 114 62
Binary 11111 1001110 11011111 1010110 1000001 0 1101 11100001 1001100 110010

Color Harmonies of #1F4EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4EDF

Black with #1F4EDF

Text Example


Text Example

White with #1F4EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,78,223); }

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

background-color css

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

 a { background-color: rgb(31,78,223); }

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

border-color css

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

 span { border-color: rgb(31,78,223); }

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