Html Css Color HEX #314DCF Cerulean Blue

📋 copy color: '#314DCF'

red 49 ◦ green 77 ◦ blue 207

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

Shades of Cerulean Blue #314DCF

Tints of Cerulean Blue #314DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 14.71%
G = 23.12%
B = 62.16%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#314DCF (or 0x314DCF) is known color: Cerulean Blue. HEX triplet: 31, 4D and CF. RGB value is (49,77,207). Sum of RGB (Red+Green+Blue) = 49+77+207=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #314DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DCF is #CEB230. Grayscale: #525252. Windows color (decimal): -13546033 or 13585713. OLE color: 13585713.

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

Color convert

RGB 49 77 207 -
CMYK 0.76 0.63 0 0.19
HSL 229.37º 0.62% 0.5% -
HSV(B) 229.37º 0.76% 0.81% -
XYZ 15.18 10.47 60.25 -
YUV 83.45 197.72 103.43 -
System Red Green Blue C M Y K H S L
Decimal 49 77 207 0.76 0.63 0 0.19 229.37 0.62 0.5
Hex 31 4D CF 4C 3F 0 13 E5 3E 32
Octal 61 115 317 114 77 0 23 345 76 62
Binary 110001 1001101 11001111 1001100 111111 0 10011 11100101 111110 110010

Color Harmonies of #314DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DCF

Black with #314DCF

Text Example


Text Example

White with #314DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,77,207); }

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

background-color css

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

 a { background-color: rgb(49,77,207); }

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

border-color css

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

 span { border-color: rgb(49,77,207); }

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