Html Css Color HEX #1334FF Blue

📋 copy color: '#1334FF'

red 19 ◦ green 52 ◦ blue 255

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

Shades of Blue #1334FF

Tints of Blue #1334FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 255 (100% from 255) = 78.22%

R = 5.83%
G = 15.95%
B = 78.22%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1334FF (or 0x1334FF) is known color: Blue. HEX triplet: 13, 34 and FF. RGB value is (19,52,255). Sum of RGB (Red+Green+Blue) = 19+52+255=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #1334FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1334FF is #ECCB00. Grayscale: #404040. Windows color (decimal): -15518465 or 16725011. OLE color: 16725011.

HSL color Cylindrical-coordinate representation of color #1334FF: hue angle of 231.61º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1334FF is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 52 255 -
CMYK 0.93 0.80 0 0
HSL 231.61º 1% 0.54% -
HSV(B) 231.61º 0.93% 1% -
XYZ 19.55 9.81 95.47 -
YUV 65.28 235.07 94.99 -
System Red Green Blue C M Y K H S L
Decimal 19 52 255 0.93 0.80 0 0 231.61 1 0.54
Hex 13 34 FF 5D 50 0 0 E8 64 36
Octal 23 64 377 135 120 0 0 350 144 66
Binary 10011 110100 11111111 1011101 1010000 0 0 11101000 1100100 110110

Color Harmonies of #1334FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1334FF

Black with #1334FF

Text Example


Text Example

White with #1334FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1334FF; }

 p { color: rgb(19,52,255); }

 H1.HeaderClassName
 {
   color: #1334FF;
 }
 .AnyTagClassName
 {
   color: #1334FF;
 }
</style>

background-color css

<style>
 a { background-color: #1334FF; }

 a { background-color: rgb(19,52,255); }

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

border-color css

<style>
 span { border-color: #1334FF; }

 span { border-color: rgb(19,52,255); }

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