Html Css Color HEX #1F4EDD Cerulean Blue

📋 copy color: '#1F4EDD'

red 31 ◦ green 78 ◦ blue 221

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

Shades of Cerulean Blue #1F4EDD

Tints of Cerulean Blue #1F4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.97%

R = 9.39%
G = 23.64%
B = 66.97%

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

#1F4EDD (or 0x1F4EDD) is known color: Cerulean Blue. HEX triplet: 1F, 4E and DD. RGB value is (31,78,221). Sum of RGB (Red+Green+Blue) = 31+78+221=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F4EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4EDD is #E0B122. Grayscale: #4F4F4F. Windows color (decimal): -14725411 or 14503455. OLE color: 14503455.

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

Color convert

RGB 31 78 221 -
CMYK 0.86 0.65 0 0.13
HSL 225.16º 0.75% 0.49% -
HSV(B) 225.16º 0.86% 0.87% -
XYZ 16.34 10.96 69.66 -
YUV 80.25 207.43 92.87 -
System Red Green Blue C M Y K H S L
Decimal 31 78 221 0.86 0.65 0 0.13 225.16 0.75 0.49
Hex 1F 4E DD 56 41 0 D E1 4B 31
Octal 37 116 335 126 101 0 15 341 113 61
Binary 11111 1001110 11011101 1010110 1000001 0 1101 11100001 1001011 110001

Color Harmonies of #1F4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4EDD

Black with #1F4EDD

Text Example


Text Example

White with #1F4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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