Html Css Color HEX #314ACF Cerulean Blue

📋 copy color: '#314ACF'

red 49 ◦ green 74 ◦ blue 207

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

Shades of Cerulean Blue #314ACF

Tints of Cerulean Blue #314ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

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

R = 14.85%
G = 22.42%
B = 62.73%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#314ACF (or 0x314ACF) is known color: Cerulean Blue. HEX triplet: 31, 4A and CF. RGB value is (49,74,207). Sum of RGB (Red+Green+Blue) = 49+74+207=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #314ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314ACF is #CEB530. Grayscale: #515151. Windows color (decimal): -13546801 or 13584945. OLE color: 13584945.

HSL color Cylindrical-coordinate representation of color #314ACF: hue angle of 230.51º 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 #314ACF is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 74 207 -
CMYK 0.76 0.64 0 0.19
HSL 230.51º 0.62% 0.5% -
HSV(B) 230.51º 0.76% 0.81% -
XYZ 14.98 10.06 60.18 -
YUV 81.69 198.72 104.69 -
System Red Green Blue C M Y K H S L
Decimal 49 74 207 0.76 0.64 0 0.19 230.51 0.62 0.5
Hex 31 4A CF 4C 40 0 13 E7 3E 32
Octal 61 112 317 114 100 0 23 347 76 62
Binary 110001 1001010 11001111 1001100 1000000 0 10011 11100111 111110 110010

Color Harmonies of #314ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314ACF

Black with #314ACF

Text Example


Text Example

White with #314ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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