Html Css Color HEX #134ADE Cerulean Blue

📋 copy color: '#134ADE'

red 19 ◦ green 74 ◦ blue 222

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

Shades of Cerulean Blue #134ADE

Tints of Cerulean Blue #134ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.49%

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

R = 6.03%
G = 23.49%
B = 70.48%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#134ADE (or 0x134ADE) is known color: Cerulean Blue. HEX triplet: 13, 4A and DE. RGB value is (19,74,222). Sum of RGB (Red+Green+Blue) = 19+74+222=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #134ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134ADE is #ECB521. Grayscale: #494949. Windows color (decimal): -15512866 or 14567955. OLE color: 14567955.

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

Color convert

RGB 19 74 222 -
CMYK 0.91 0.67 0 0.13
HSL 223.74º 0.84% 0.47% -
HSV(B) 223.74º 0.91% 0.87% -
XYZ 15.9 10.31 70.26 -
YUV 74.43 211.28 88.47 -
System Red Green Blue C M Y K H S L
Decimal 19 74 222 0.91 0.67 0 0.13 223.74 0.84 0.47
Hex 13 4A DE 5B 43 0 D E0 54 2F
Octal 23 112 336 133 103 0 15 340 124 57
Binary 10011 1001010 11011110 1011011 1000011 0 1101 11100000 1010100 101111

Color Harmonies of #134ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134ADE

Black with #134ADE

Text Example


Text Example

White with #134ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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