Html Css Color HEX #349CFE Dodger Blue

📋 copy color: '#349CFE'

red 52 ◦ green 156 ◦ blue 254

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

Shades of Dodger Blue #349CFE

Tints of Dodger Blue #349CFE

RGB

 RED value IS 52 (20.7% from 255) = 11.26%

 GREEN value IS 156 (61.33% from 255) = 33.77%

 BLUE value IS 254 (99.61% from 255) = 54.98%

R = 11.26%
G = 33.77%
B = 54.98%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#349CFE (or 0x349CFE) is known color: Dodger Blue. HEX triplet: 34, 9C and FE. RGB value is (52,156,254). Sum of RGB (Red+Green+Blue) = 52+156+254=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #349CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349CFE is #CB6301. Grayscale: #878787. Windows color (decimal): -13329154 or 16686132. OLE color: 16686132.

HSL color Cylindrical-coordinate representation of color #349CFE: hue angle of 209.11º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #349CFE is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 156 254 -
CMYK 0.80 0.39 0 0.00
HSL 209.11º 0.99% 0.6% -
HSV(B) 209.11º 0.8% 1% -
XYZ 31.19 31.66 98.23 -
YUV 136.08 194.54 68.03 -
System Red Green Blue C M Y K H S L
Decimal 52 156 254 0.80 0.39 0 0.00 209.11 0.99 0.6
Hex 34 9C FE 50 27 0 0 D1 63 3C
Octal 64 234 376 120 47 0 0 321 143 74
Binary 110100 10011100 11111110 1010000 100111 0 0 11010001 1100011 111100

Color Harmonies of #349CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CFE

Black with #349CFE

Text Example


Text Example

White with #349CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349CFE; }

 p { color: rgb(52,156,254); }

 H1.HeaderClassName
 {
   color: #349CFE;
 }
 .AnyTagClassName
 {
   color: #349CFE;
 }
</style>

background-color css

<style>
 a { background-color: #349CFE; }

 a { background-color: rgb(52,156,254); }

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

border-color css

<style>
 span { border-color: #349CFE; }

 span { border-color: rgb(52,156,254); }

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