Html Css Color HEX #134BDC Cerulean Blue

📋 copy color: '#134BDC'

red 19 ◦ green 75 ◦ blue 220

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

Shades of Cerulean Blue #134BDC

Tints of Cerulean Blue #134BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.89%

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

R = 6.05%
G = 23.89%
B = 70.06%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#134BDC (or 0x134BDC) is known color: Cerulean Blue. HEX triplet: 13, 4B and DC. RGB value is (19,75,220). Sum of RGB (Red+Green+Blue) = 19+75+220=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #134BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BDC is #ECB423. Grayscale: #4A4A4A. Windows color (decimal): -15512612 or 14437139. OLE color: 14437139.

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

Color convert

RGB 19 75 220 -
CMYK 0.91 0.66 0 0.14
HSL 223.28º 0.84% 0.47% -
HSV(B) 223.28º 0.91% 0.86% -
XYZ 15.7 10.34 68.88 -
YUV 74.79 209.95 88.21 -
System Red Green Blue C M Y K H S L
Decimal 19 75 220 0.91 0.66 0 0.14 223.28 0.84 0.47
Hex 13 4B DC 5B 42 0 E DF 54 2F
Octal 23 113 334 133 102 0 16 337 124 57
Binary 10011 1001011 11011100 1011011 1000010 0 1110 11011111 1010100 101111

Color Harmonies of #134BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BDC

Black with #134BDC

Text Example


Text Example

White with #134BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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