Html Css Color HEX #3488FF Dodger Blue

📋 copy color: '#3488FF'

red 52 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #3488FF

Tints of Dodger Blue #3488FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.7%

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

R = 11.74%
G = 30.7%
B = 57.56%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3488FF (or 0x3488FF) is known color: Dodger Blue. HEX triplet: 34, 88 and FF. RGB value is (52,136,255). Sum of RGB (Red+Green+Blue) = 52+136+255=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #3488FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3488FF is #CB7700. Grayscale: #7B7B7B. Windows color (decimal): -13334273 or 16746548. OLE color: 16746548.

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

Color convert

RGB 52 136 255 -
CMYK 0.80 0.47 0 0
HSL 215.17º 1% 0.6% -
HSV(B) 215.17º 0.8% 1% -
XYZ 28.27 25.56 98.05 -
YUV 124.45 201.67 76.32 -
System Red Green Blue C M Y K H S L
Decimal 52 136 255 0.80 0.47 0 0 215.17 1 0.6
Hex 34 88 FF 50 2F 0 0 D7 64 3C
Octal 64 210 377 120 57 0 0 327 144 74
Binary 110100 10001000 11111111 1010000 101111 0 0 11010111 1100100 111100

Color Harmonies of #3488FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3488FF

Black with #3488FF

Text Example


Text Example

White with #3488FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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