Html Css Color HEX #2F7BFA Dodger Blue

📋 copy color: '#2F7BFA'

red 47 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #2F7BFA

Tints of Dodger Blue #2F7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.29%

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

R = 11.19%
G = 29.29%
B = 59.52%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F7BFA (or 0x2F7BFA) is known color: Dodger Blue. HEX triplet: 2F, 7B and FA. RGB value is (47,123,250). Sum of RGB (Red+Green+Blue) = 47+123+250=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F7BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7BFA is #D08405. Grayscale: #727272. Windows color (decimal): -13665286 or 16415535. OLE color: 16415535.

HSL color Cylindrical-coordinate representation of color #2F7BFA: hue angle of 217.54º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F7BFA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 123 250 -
CMYK 0.81 0.51 0 0.02
HSL 217.54º 0.95% 0.58% -
HSV(B) 217.54º 0.81% 0.98% -
XYZ 25.51 21.67 93.28 -
YUV 114.75 204.32 79.67 -
System Red Green Blue C M Y K H S L
Decimal 47 123 250 0.81 0.51 0 0.02 217.54 0.95 0.58
Hex 2F 7B FA 51 33 0 2 DA 5F 3A
Octal 57 173 372 121 63 0 2 332 137 72
Binary 101111 1111011 11111010 1010001 110011 0 10 11011010 1011111 111010

Color Harmonies of #2F7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7BFA

Black with #2F7BFA

Text Example


Text Example

White with #2F7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,123,250); }

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

background-color css

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

 a { background-color: rgb(47,123,250); }

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

border-color css

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

 span { border-color: rgb(47,123,250); }

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