Html Css Color HEX #134DD4 Cerulean Blue

📋 copy color: '#134DD4'

red 19 ◦ green 77 ◦ blue 212

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

Shades of Cerulean Blue #134DD4

Tints of Cerulean Blue #134DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 68.83%

R = 6.17%
G = 25%
B = 68.83%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#134DD4 (or 0x134DD4) is known color: Cerulean Blue. HEX triplet: 13, 4D and D4. RGB value is (19,77,212). Sum of RGB (Red+Green+Blue) = 19+77+212=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 212 (83.20% from 255 or 68.83% from 308); Max value from RGB is 212 - color contains mainly: blue. Hex color #134DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DD4 is #ECB22B. Grayscale: #4A4A4A. Windows color (decimal): -15512108 or 13913363. OLE color: 13913363.

HSL color Cylindrical-coordinate representation of color #134DD4: hue angle of 221.97º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134DD4 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 77 212 -
CMYK 0.91 0.64 0 0.17
HSL 221.97º 0.84% 0.45% -
HSV(B) 221.97º 0.91% 0.83% -
XYZ 14.81 10.2 63.48 -
YUV 75.05 205.28 88.02 -
System Red Green Blue C M Y K H S L
Decimal 19 77 212 0.91 0.64 0 0.17 221.97 0.84 0.45
Hex 13 4D D4 5B 40 0 11 DE 54 2D
Octal 23 115 324 133 100 0 21 336 124 55
Binary 10011 1001101 11010100 1011011 1000000 0 10001 11011110 1010100 101101

Color Harmonies of #134DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134DD4

Black with #134DD4

Text Example


Text Example

White with #134DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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