Html Css Color HEX #256FFA Dodger Blue

📋 copy color: '#256FFA'

red 37 ◦ green 111 ◦ blue 250

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

Shades of Dodger Blue #256FFA

Tints of Dodger Blue #256FFA

RGB

 RED value IS 37 (14.84% from 255) = 9.3%

 GREEN value IS 111 (43.75% from 255) = 27.89%

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

R = 9.3%
G = 27.89%
B = 62.81%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#256FFA (or 0x256FFA) is known color: Dodger Blue. HEX triplet: 25, 6F and FA. RGB value is (37,111,250). Sum of RGB (Red+Green+Blue) = 37+111+250=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #256FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FFA is #DA9005. Grayscale: #686868. Windows color (decimal): -14323718 or 16412453. OLE color: 16412453.

HSL color Cylindrical-coordinate representation of color #256FFA: hue angle of 219.15º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256FFA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 111 250 -
CMYK 0.85 0.56 0 0.02
HSL 219.15º 0.96% 0.56% -
HSV(B) 219.15º 0.85% 0.98% -
XYZ 23.7 18.66 92.8 -
YUV 104.72 209.98 79.7 -
System Red Green Blue C M Y K H S L
Decimal 37 111 250 0.85 0.56 0 0.02 219.15 0.96 0.56
Hex 25 6F FA 55 38 0 2 DB 60 38
Octal 45 157 372 125 70 0 2 333 140 70
Binary 100101 1101111 11111010 1010101 111000 0 10 11011011 1100000 111000

Color Harmonies of #256FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256FFA

Black with #256FFA

Text Example


Text Example

White with #256FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256FFA; }

 p { color: rgb(37,111,250); }

 H1.HeaderClassName
 {
   color: #256FFA;
 }
 .AnyTagClassName
 {
   color: #256FFA;
 }
</style>

background-color css

<style>
 a { background-color: #256FFA; }

 a { background-color: rgb(37,111,250); }

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

border-color css

<style>
 span { border-color: #256FFA; }

 span { border-color: rgb(37,111,250); }

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