Html Css Color HEX #226FFA Dodger Blue

📋 copy color: '#226FFA'

red 34 ◦ green 111 ◦ blue 250

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

Shades of Dodger Blue #226FFA

Tints of Dodger Blue #226FFA

RGB

 RED value IS 34 (13.67% from 255) = 8.61%

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

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

R = 8.61%
G = 28.1%
B = 63.29%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#226FFA (or 0x226FFA) is known color: Dodger Blue. HEX triplet: 22, 6F and FA. RGB value is (34,111,250). Sum of RGB (Red+Green+Blue) = 34+111+250=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #226FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226FFA is #DD9005. Grayscale: #676767. Windows color (decimal): -14520326 or 16412450. OLE color: 16412450.

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

Color convert

RGB 34 111 250 -
CMYK 0.86 0.56 0 0.02
HSL 218.61º 0.96% 0.56% -
HSV(B) 218.61º 0.86% 0.98% -
XYZ 23.6 18.61 92.79 -
YUV 103.82 210.49 78.2 -
System Red Green Blue C M Y K H S L
Decimal 34 111 250 0.86 0.56 0 0.02 218.61 0.96 0.56
Hex 22 6F FA 56 38 0 2 DB 60 38
Octal 42 157 372 126 70 0 2 333 140 70
Binary 100010 1101111 11111010 1010110 111000 0 10 11011011 1100000 111000

Color Harmonies of #226FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226FFA

Black with #226FFA

Text Example


Text Example

White with #226FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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