Html Css Color HEX #314ECD Cerulean Blue

📋 copy color: '#314ECD'

red 49 ◦ green 78 ◦ blue 205

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

Shades of Cerulean Blue #314ECD

Tints of Cerulean Blue #314ECD

RGB

 RED value IS 49 (19.53% from 255) = 14.76%

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

 BLUE value IS 205 (80.47% from 255) = 61.75%

R = 14.76%
G = 23.49%
B = 61.75%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#314ECD (or 0x314ECD) is known color: Cerulean Blue. HEX triplet: 31, 4E and CD. RGB value is (49,78,205). Sum of RGB (Red+Green+Blue) = 49+78+205=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #314ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314ECD is #CEB132. Grayscale: #535353. Windows color (decimal): -13545779 or 13454897. OLE color: 13454897.

HSL color Cylindrical-coordinate representation of color #314ECD: hue angle of 228.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314ECD is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 78 205 -
CMYK 0.76 0.62 0 0.20
HSL 228.85º 0.61% 0.5% -
HSV(B) 228.85º 0.76% 0.8% -
XYZ 15.01 10.51 59 -
YUV 83.81 196.39 103.17 -
System Red Green Blue C M Y K H S L
Decimal 49 78 205 0.76 0.62 0 0.20 228.85 0.61 0.5
Hex 31 4E CD 4C 3E 0 14 E5 3D 32
Octal 61 116 315 114 76 0 24 345 75 62
Binary 110001 1001110 11001101 1001100 111110 0 10100 11100101 111101 110010

Color Harmonies of #314ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314ECD

Black with #314ECD

Text Example


Text Example

White with #314ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314ECD; }

 p { color: rgb(49,78,205); }

 H1.HeaderClassName
 {
   color: #314ECD;
 }
 .AnyTagClassName
 {
   color: #314ECD;
 }
</style>

background-color css

<style>
 a { background-color: #314ECD; }

 a { background-color: rgb(49,78,205); }

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

border-color css

<style>
 span { border-color: #314ECD; }

 span { border-color: rgb(49,78,205); }

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