Html Css Color HEX #2985FA Dodger Blue

📋 copy color: '#2985FA'

red 41 ◦ green 133 ◦ blue 250

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

Shades of Dodger Blue #2985FA

Tints of Dodger Blue #2985FA

RGB

 RED value IS 41 (16.41% from 255) = 9.67%

 GREEN value IS 133 (52.34% from 255) = 31.37%

 BLUE value IS 250 (98.05% from 255) = 58.96%

R = 9.67%
G = 31.37%
B = 58.96%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2985FA (or 0x2985FA) is known color: Dodger Blue. HEX triplet: 29, 85 and FA. RGB value is (41,133,250). Sum of RGB (Red+Green+Blue) = 41+133+250=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #2985FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2985FA is #D67A05. Grayscale: #767676. Windows color (decimal): -14055942 or 16418089. OLE color: 16418089.

HSL color Cylindrical-coordinate representation of color #2985FA: hue angle of 213.59º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2985FA is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 133 250 -
CMYK 0.84 0.47 0 0.02
HSL 213.59º 0.95% 0.57% -
HSV(B) 213.59º 0.84% 0.98% -
XYZ 26.56 24.15 93.7 -
YUV 118.83 202.02 72.49 -
System Red Green Blue C M Y K H S L
Decimal 41 133 250 0.84 0.47 0 0.02 213.59 0.95 0.57
Hex 29 85 FA 54 2F 0 2 D6 5F 39
Octal 51 205 372 124 57 0 2 326 137 71
Binary 101001 10000101 11111010 1010100 101111 0 10 11010110 1011111 111001

Color Harmonies of #2985FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2985FA

Black with #2985FA

Text Example


Text Example

White with #2985FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2985FA; }

 p { color: rgb(41,133,250); }

 H1.HeaderClassName
 {
   color: #2985FA;
 }
 .AnyTagClassName
 {
   color: #2985FA;
 }
</style>

background-color css

<style>
 a { background-color: #2985FA; }

 a { background-color: rgb(41,133,250); }

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

border-color css

<style>
 span { border-color: #2985FA; }

 span { border-color: rgb(41,133,250); }

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