Html Css Color HEX #134CD0 Cerulean Blue

📋 copy color: '#134CD0'

red 19 ◦ green 76 ◦ blue 208

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

Shades of Cerulean Blue #134CD0

Tints of Cerulean Blue #134CD0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.08%

 BLUE value IS 208 (81.64% from 255) = 68.65%

R = 6.27%
G = 25.08%
B = 68.65%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#134CD0 (or 0x134CD0) is known color: Cerulean Blue. HEX triplet: 13, 4C and D0. RGB value is (19,76,208). Sum of RGB (Red+Green+Blue) = 19+76+208=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #134CD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CD0 is #ECB32F. Grayscale: #494949. Windows color (decimal): -15512368 or 13650963. OLE color: 13650963.

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

Color convert

RGB 19 76 208 -
CMYK 0.91 0.63 0 0.18
HSL 221.9º 0.83% 0.45% -
HSV(B) 221.9º 0.91% 0.82% -
XYZ 14.24 9.86 60.83 -
YUV 74.01 203.62 88.77 -
System Red Green Blue C M Y K H S L
Decimal 19 76 208 0.91 0.63 0 0.18 221.9 0.83 0.45
Hex 13 4C D0 5B 3F 0 12 DE 53 2D
Octal 23 114 320 133 77 0 22 336 123 55
Binary 10011 1001100 11010000 1011011 111111 0 10010 11011110 1010011 101101

Color Harmonies of #134CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CD0

Black with #134CD0

Text Example


Text Example

White with #134CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,76,208); }

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

background-color css

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

 a { background-color: rgb(19,76,208); }

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

border-color css

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

 span { border-color: rgb(19,76,208); }

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