Html Css Color HEX #134CDE Cerulean Blue

📋 copy color: '#134CDE'

red 19 ◦ green 76 ◦ blue 222

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

Shades of Cerulean Blue #134CDE

Tints of Cerulean Blue #134CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.03%

R = 5.99%
G = 23.97%
B = 70.03%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#134CDE (or 0x134CDE) is known color: Cerulean Blue. HEX triplet: 13, 4C and DE. RGB value is (19,76,222). Sum of RGB (Red+Green+Blue) = 19+76+222=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #134CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CDE is #ECB321. Grayscale: #4A4A4A. Windows color (decimal): -15512354 or 14568467. OLE color: 14568467.

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

Color convert

RGB 19 76 222 -
CMYK 0.91 0.66 0 0.13
HSL 223.15º 0.84% 0.47% -
HSV(B) 223.15º 0.91% 0.87% -
XYZ 16.04 10.58 70.3 -
YUV 75.6 210.62 87.63 -
System Red Green Blue C M Y K H S L
Decimal 19 76 222 0.91 0.66 0 0.13 223.15 0.84 0.47
Hex 13 4C DE 5B 42 0 D DF 54 2F
Octal 23 114 336 133 102 0 15 337 124 57
Binary 10011 1001100 11011110 1011011 1000010 0 1101 11011111 1010100 101111

Color Harmonies of #134CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CDE

Black with #134CDE

Text Example


Text Example

White with #134CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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