Html Css Color HEX #3488FC Dodger Blue

📋 copy color: '#3488FC'

red 52 ◦ green 136 ◦ blue 252

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

Shades of Dodger Blue #3488FC

Tints of Dodger Blue #3488FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.27%

R = 11.82%
G = 30.91%
B = 57.27%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3488FC (or 0x3488FC) is known color: Dodger Blue. HEX triplet: 34, 88 and FC. RGB value is (52,136,252). Sum of RGB (Red+Green+Blue) = 52+136+252=440 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.82% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #3488FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3488FC is #CB7703. Grayscale: #7B7B7B. Windows color (decimal): -13334276 or 16549940. OLE color: 16549940.

HSL color Cylindrical-coordinate representation of color #3488FC: hue angle of 214.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3488FC is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 136 252 -
CMYK 0.79 0.46 0 0.01
HSL 214.8º 0.97% 0.6% -
HSV(B) 214.8º 0.79% 0.99% -
XYZ 27.79 25.37 95.53 -
YUV 124.11 200.17 76.57 -
System Red Green Blue C M Y K H S L
Decimal 52 136 252 0.79 0.46 0 0.01 214.8 0.97 0.6
Hex 34 88 FC 4F 2E 0 1 D7 61 3C
Octal 64 210 374 117 56 0 1 327 141 74
Binary 110100 10001000 11111100 1001111 101110 0 1 11010111 1100001 111100

Color Harmonies of #3488FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3488FC

Black with #3488FC

Text Example


Text Example

White with #3488FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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