#369CFA

Color #369CFA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #369CFA

Tints of Dodger Blue #369CFA

Color information

#369CFA (or 0x369CFA) is unknown color: approx Dodger Blue. HEX triplet: 36, 9C and FA. RGB value is (54,156,250). Sum of RGB (Red+Green+Blue) = 54+156+250=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #369CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369CFA is #C96305. Grayscale: #878787. Windows color (decimal): -13198086 or 16423990. OLE color: 16423990.

HSL color Cylindrical-coordinate representation of color #369CFA: hue angle of 208.78º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #369CFA is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB54156250-
CMYK0.780.3800.02
HSL208.78º95.15%59.61%-
HSV(B)208.78º78.4%98.04%-
XYZ30.6731.4694.9-
YUV136.22192.2169.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.74%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 250 (98.05% from 255) = 54.35%
R=11.74%
G=33.91%
B=54.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal541562500.780.3800.02208.7895.1559.61
Hex369CFA4E2602d15f3c
Octal66234372116460232113774
Binary11011010011100111110101001110100110010110100011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369CFA; }

 p { color: rgb(54,156,250); }

 H1.HeaderClassName
 {
   color: #369CFA;
 }
 .AnyTagClassName
 {
   color: #369CFA;
 }
</style>
background-color css

<style>
 a { background-color: #369CFA; }

 a { background-color: rgb(54,156,250); }

 div.DivClassName
 {
   background-color: #369CFA;
 }
 .BgClassName
 {
   background-color: #369CFA;
 }
</style>
border-color css

<style>
 span { border-color: #369CFA; }

 span { border-color: rgb(54,156,250); }

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