Html Css Color HEX #134BDF Cerulean Blue

📋 copy color: '#134BDF'

red 19 ◦ green 75 ◦ blue 223

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

Shades of Cerulean Blue #134BDF

Tints of Cerulean Blue #134BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.35%

R = 5.99%
G = 23.66%
B = 70.35%

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

#134BDF (or 0x134BDF) is known color: Cerulean Blue. HEX triplet: 13, 4B and DF. RGB value is (19,75,223). Sum of RGB (Red+Green+Blue) = 19+75+223=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #134BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BDF is #ECB420. Grayscale: #4A4A4A. Windows color (decimal): -15512609 or 14633747. OLE color: 14633747.

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

Color convert

RGB 19 75 223 -
CMYK 0.91 0.66 0 0.13
HSL 223.53º 0.84% 0.47% -
HSV(B) 223.53º 0.91% 0.87% -
XYZ 16.1 10.5 70.99 -
YUV 75.13 211.45 87.97 -
System Red Green Blue C M Y K H S L
Decimal 19 75 223 0.91 0.66 0 0.13 223.53 0.84 0.47
Hex 13 4B DF 5B 42 0 D E0 54 2F
Octal 23 113 337 133 102 0 15 340 124 57
Binary 10011 1001011 11011111 1011011 1000010 0 1101 11100000 1010100 101111

Color Harmonies of #134BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BDF

Black with #134BDF

Text Example


Text Example

White with #134BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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