Html Css Color HEX #227BEF Dodger Blue

📋 copy color: '#227BEF'

red 34 ◦ green 123 ◦ blue 239

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

Shades of Dodger Blue #227BEF

Tints of Dodger Blue #227BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 8.59%
G = 31.06%
B = 60.35%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#227BEF (or 0x227BEF) is known color: Dodger Blue. HEX triplet: 22, 7B and EF. RGB value is (34,123,239). Sum of RGB (Red+Green+Blue) = 34+123+239=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #227BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227BEF is #DD8410. Grayscale: #6D6D6D. Windows color (decimal): -14517265 or 15694626. OLE color: 15694626.

HSL color Cylindrical-coordinate representation of color #227BEF: hue angle of 213.95º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #227BEF is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 123 239 -
CMYK 0.86 0.49 0 0.06
HSL 213.95º 0.86% 0.54% -
HSV(B) 213.95º 0.86% 0.94% -
XYZ 23.32 20.74 84.43 -
YUV 109.61 201.01 74.07 -
System Red Green Blue C M Y K H S L
Decimal 34 123 239 0.86 0.49 0 0.06 213.95 0.86 0.54
Hex 22 7B EF 56 31 0 6 D6 56 36
Octal 42 173 357 126 61 0 6 326 126 66
Binary 100010 1111011 11101111 1010110 110001 0 110 11010110 1010110 110110

Color Harmonies of #227BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227BEF

Black with #227BEF

Text Example


Text Example

White with #227BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227BEF; }

 p { color: rgb(34,123,239); }

 H1.HeaderClassName
 {
   color: #227BEF;
 }
 .AnyTagClassName
 {
   color: #227BEF;
 }
</style>

background-color css

<style>
 a { background-color: #227BEF; }

 a { background-color: rgb(34,123,239); }

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

border-color css

<style>
 span { border-color: #227BEF; }

 span { border-color: rgb(34,123,239); }

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