Html Css Color HEX #134DDC Cerulean Blue

📋 copy color: '#134DDC'

red 19 ◦ green 77 ◦ blue 220

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

Shades of Cerulean Blue #134DDC

Tints of Cerulean Blue #134DDC

RGB

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

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

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

R = 6.01%
G = 24.37%
B = 69.62%

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

#134DDC (or 0x134DDC) is known color: Cerulean Blue. HEX triplet: 13, 4D and DC. RGB value is (19,77,220). Sum of RGB (Red+Green+Blue) = 19+77+220=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #134DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DDC is #ECB223. Grayscale: #4B4B4B. Windows color (decimal): -15512100 or 14437651. OLE color: 14437651.

HSL color Cylindrical-coordinate representation of color #134DDC: hue angle of 222.69º 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 #134DDC is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 77 220 -
CMYK 0.91 0.65 0 0.14
HSL 222.69º 0.84% 0.47% -
HSV(B) 222.69º 0.91% 0.86% -
XYZ 15.84 10.61 68.92 -
YUV 75.96 209.28 87.37 -
System Red Green Blue C M Y K H S L
Decimal 19 77 220 0.91 0.65 0 0.14 222.69 0.84 0.47
Hex 13 4D DC 5B 41 0 E DF 54 2F
Octal 23 115 334 133 101 0 16 337 124 57
Binary 10011 1001101 11011100 1011011 1000001 0 1110 11011111 1010100 101111

Color Harmonies of #134DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DDC

Black with #134DDC

Text Example


Text Example

White with #134DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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