Html Css Color HEX #38A2F1 Summer Sky

📋 copy color: '#38A2F1'

red 56 ◦ green 162 ◦ blue 241

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

Shades of Summer Sky #38A2F1

Tints of Summer Sky #38A2F1

RGB

 RED value IS 56 (22.27% from 255) = 12.2%

 GREEN value IS 162 (63.67% from 255) = 35.29%

 BLUE value IS 241 (94.53% from 255) = 52.51%

R = 12.2%
G = 35.29%
B = 52.51%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#38A2F1 (or 0x38A2F1) is known color: Summer Sky. HEX triplet: 38, A2 and F1. RGB value is (56,162,241). Sum of RGB (Red+Green+Blue) = 56+162+241=459 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.20% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #38A2F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A2F1 is #C75D0E. Grayscale: #8A8A8A. Windows color (decimal): -13065487 or 15835704. OLE color: 15835704.

HSL color Cylindrical-coordinate representation of color #38A2F1: hue angle of 205.62º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38A2F1 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 162 241 -
CMYK 0.77 0.33 0 0.05
HSL 205.62º 0.87% 0.58% -
HSV(B) 205.62º 0.77% 0.95% -
XYZ 30.43 33.03 87.99 -
YUV 139.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 56 162 241 0.77 0.33 0 0.05 205.62 0.87 0.58
Hex 38 A2 F1 4D 21 0 5 CE 57 3A
Octal 70 242 361 115 41 0 5 316 127 72
Binary 111000 10100010 11110001 1001101 100001 0 101 11001110 1010111 111010

Color Harmonies of #38A2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A2F1

Black with #38A2F1

Text Example


Text Example

White with #38A2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A2F1; }

 p { color: rgb(56,162,241); }

 H1.HeaderClassName
 {
   color: #38A2F1;
 }
 .AnyTagClassName
 {
   color: #38A2F1;
 }
</style>

background-color css

<style>
 a { background-color: #38A2F1; }

 a { background-color: rgb(56,162,241); }

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

border-color css

<style>
 span { border-color: #38A2F1; }

 span { border-color: rgb(56,162,241); }

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