Html Css Color HEX #314DC8 Cerulean Blue

📋 copy color: '#314DC8'

red 49 ◦ green 77 ◦ blue 200

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

Shades of Cerulean Blue #314DC8

Tints of Cerulean Blue #314DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 61.35%

R = 15.03%
G = 23.62%
B = 61.35%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#314DC8 (or 0x314DC8) is known color: Cerulean Blue. HEX triplet: 31, 4D and C8. RGB value is (49,77,200). Sum of RGB (Red+Green+Blue) = 49+77+200=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #314DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DC8 is #CEB237. Grayscale: #525252. Windows color (decimal): -13546040 or 13126961. OLE color: 13126961.

HSL color Cylindrical-coordinate representation of color #314DC8: hue angle of 228.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314DC8 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 77 200 -
CMYK 0.76 0.62 0 0.22
HSL 228.87º 0.61% 0.49% -
HSV(B) 228.87º 0.76% 0.78% -
XYZ 14.35 10.13 55.84 -
YUV 82.65 194.22 104 -
System Red Green Blue C M Y K H S L
Decimal 49 77 200 0.76 0.62 0 0.22 228.87 0.61 0.49
Hex 31 4D C8 4C 3E 0 16 E5 3D 31
Octal 61 115 310 114 76 0 26 345 75 61
Binary 110001 1001101 11001000 1001100 111110 0 10110 11100101 111101 110001

Color Harmonies of #314DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DC8

Black with #314DC8

Text Example


Text Example

White with #314DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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