Html Css Color HEX #369BF1 Dodger Blue

📋 copy color: '#369BF1'

red 54 ◦ green 155 ◦ blue 241

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

Shades of Dodger Blue #369BF1

Tints of Dodger Blue #369BF1

RGB

 RED value IS 54 (21.48% from 255) = 12%

 GREEN value IS 155 (60.94% from 255) = 34.44%

 BLUE value IS 241 (94.53% from 255) = 53.56%

R = 12%
G = 34.44%
B = 53.56%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#369BF1 (or 0x369BF1) is known color: Dodger Blue. HEX triplet: 36, 9B and F1. RGB value is (54,155,241). Sum of RGB (Red+Green+Blue) = 54+155+241=450 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #369BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369BF1 is #C9640E. Grayscale: #868686. Windows color (decimal): -13198351 or 15833910. OLE color: 15833910.

HSL color Cylindrical-coordinate representation of color #369BF1: hue angle of 207.59º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #369BF1 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 155 241 -
CMYK 0.78 0.36 0 0.05
HSL 207.59º 0.87% 0.58% -
HSV(B) 207.59º 0.78% 0.95% -
XYZ 29.12 30.58 87.59 -
YUV 134.61 188.04 70.51 -
System Red Green Blue C M Y K H S L
Decimal 54 155 241 0.78 0.36 0 0.05 207.59 0.87 0.58
Hex 36 9B F1 4E 24 0 5 D0 57 3A
Octal 66 233 361 116 44 0 5 320 127 72
Binary 110110 10011011 11110001 1001110 100100 0 101 11010000 1010111 111010

Color Harmonies of #369BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369BF1

Black with #369BF1

Text Example


Text Example

White with #369BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,155,241); }

 H1.HeaderClassName
 {
   color: #369BF1;
 }
 .AnyTagClassName
 {
   color: #369BF1;
 }
</style>

background-color css

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

 a { background-color: rgb(54,155,241); }

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

border-color css

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

 span { border-color: rgb(54,155,241); }

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