Html Css Color HEX #134EDC Cerulean Blue

📋 copy color: '#134EDC'

red 19 ◦ green 78 ◦ blue 220

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

Shades of Cerulean Blue #134EDC

Tints of Cerulean Blue #134EDC

RGB

 RED value IS 19 (7.81% from 255) = 5.99%

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

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 5.99%
G = 24.61%
B = 69.4%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#134EDC (or 0x134EDC) is known color: Cerulean Blue. HEX triplet: 13, 4E and DC. RGB value is (19,78,220). Sum of RGB (Red+Green+Blue) = 19+78+220=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #134EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134EDC is #ECB123. Grayscale: #4B4B4B. Windows color (decimal): -15511844 or 14437907. OLE color: 14437907.

HSL color Cylindrical-coordinate representation of color #134EDC: hue angle of 222.39º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134EDC is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 78 220 -
CMYK 0.91 0.65 0 0.14
HSL 222.39º 0.84% 0.47% -
HSV(B) 222.39º 0.91% 0.86% -
XYZ 15.91 10.75 68.95 -
YUV 76.55 208.95 86.95 -
System Red Green Blue C M Y K H S L
Decimal 19 78 220 0.91 0.65 0 0.14 222.39 0.84 0.47
Hex 13 4E DC 5B 41 0 E DE 54 2F
Octal 23 116 334 133 101 0 16 336 124 57
Binary 10011 1001110 11011100 1011011 1000001 0 1110 11011110 1010100 101111

Color Harmonies of #134EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EDC

Black with #134EDC

Text Example


Text Example

White with #134EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134EDC; }

 p { color: rgb(19,78,220); }

 H1.HeaderClassName
 {
   color: #134EDC;
 }
 .AnyTagClassName
 {
   color: #134EDC;
 }
</style>

background-color css

<style>
 a { background-color: #134EDC; }

 a { background-color: rgb(19,78,220); }

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

border-color css

<style>
 span { border-color: #134EDC; }

 span { border-color: rgb(19,78,220); }

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