Html Css Color HEX #2F8CDC Dodger Blue

📋 copy color: '#2F8CDC'

red 47 ◦ green 140 ◦ blue 220

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

Shades of Dodger Blue #2F8CDC

Tints of Dodger Blue #2F8CDC

RGB

 RED value IS 47 (18.75% from 255) = 11.55%

 GREEN value IS 140 (55.08% from 255) = 34.4%

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 11.55%
G = 34.4%
B = 54.05%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F8CDC (or 0x2F8CDC) is known color: Dodger Blue. HEX triplet: 2F, 8C and DC. RGB value is (47,140,220). Sum of RGB (Red+Green+Blue) = 47+140+220=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F8CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8CDC is #D07323. Grayscale: #787878. Windows color (decimal): -13660964 or 14453807. OLE color: 14453807.

HSL color Cylindrical-coordinate representation of color #2F8CDC: hue angle of 207.75º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F8CDC is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 140 220 -
CMYK 0.79 0.36 0 0.14
HSL 207.75º 0.71% 0.52% -
HSV(B) 207.75º 0.79% 0.86% -
XYZ 23.47 24.53 71.21 -
YUV 121.31 183.69 75 -
System Red Green Blue C M Y K H S L
Decimal 47 140 220 0.79 0.36 0 0.14 207.75 0.71 0.52
Hex 2F 8C DC 4F 24 0 E D0 47 34
Octal 57 214 334 117 44 0 16 320 107 64
Binary 101111 10001100 11011100 1001111 100100 0 1110 11010000 1000111 110100

Color Harmonies of #2F8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8CDC

Black with #2F8CDC

Text Example


Text Example

White with #2F8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F8CDC; }

 p { color: rgb(47,140,220); }

 H1.HeaderClassName
 {
   color: #2F8CDC;
 }
 .AnyTagClassName
 {
   color: #2F8CDC;
 }
</style>

background-color css

<style>
 a { background-color: #2F8CDC; }

 a { background-color: rgb(47,140,220); }

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

border-color css

<style>
 span { border-color: #2F8CDC; }

 span { border-color: rgb(47,140,220); }

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