Html Css Color HEX #1334FD Blue

📋 copy color: '#1334FD'

red 19 ◦ green 52 ◦ blue 253

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

Shades of Blue #1334FD

Tints of Blue #1334FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 78.09%

R = 5.86%
G = 16.05%
B = 78.09%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1334FD (or 0x1334FD) is known color: Blue. HEX triplet: 13, 34 and FD. RGB value is (19,52,253). Sum of RGB (Red+Green+Blue) = 19+52+253=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #1334FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1334FD is #ECCB02. Grayscale: #404040. Windows color (decimal): -15518467 or 16593939. OLE color: 16593939.

HSL color Cylindrical-coordinate representation of color #1334FD: hue angle of 231.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1334FD is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 52 253 -
CMYK 0.92 0.79 0 0.01
HSL 231.54º 0.98% 0.53% -
HSV(B) 231.54º 0.92% 0.99% -
XYZ 19.23 9.69 93.78 -
YUV 65.05 234.07 95.16 -
System Red Green Blue C M Y K H S L
Decimal 19 52 253 0.92 0.79 0 0.01 231.54 0.98 0.53
Hex 13 34 FD 5C 4F 0 1 E8 62 35
Octal 23 64 375 134 117 0 1 350 142 65
Binary 10011 110100 11111101 1011100 1001111 0 1 11101000 1100010 110101

Color Harmonies of #1334FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1334FD

Black with #1334FD

Text Example


Text Example

White with #1334FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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